https://github.com/cran/coin
Revision 5bae2c98311e6c3211443836dc274bc4c532e40f authored by Torsten Hothorn on 06 September 2005, 00:00:00 UTC, committed by Gabor Csardi on 06 September 2005, 00:00:00 UTC
1 parent 5e743a9
Raw File
Tip revision: 5bae2c98311e6c3211443836dc274bc4c532e40f authored by Torsten Hothorn on 06 September 2005, 00:00:00 UTC
version 0.3-3
Tip revision: 5bae2c9
ToDoList

o	some classes are the same in `coin' and `party': can they conflict?

o	maxstat_tests scales poorly for very large problems (number of obs)
        maybe we can look at each 2-sample problem separately?

o	compare multiple test procedures with multtest and add more checks,
        compare with Peter Westfalls example

o	check spearman_test vs. cor.test

o	formula interface + NA's and weights

o	definition of two-sided p-values in ansari.test contradicts the one
        used here in some cases (-> regtest_2samples.R)

o	confint() after contrast_test:	how to check if ranks were used???
	labels of `contrMat' and direction of differences don't match

o	check storage.mode of all vars going into C code (MC)

o	add wilcoxon-gehan scores, check logrank scores!

o	check if trend tests for clustered data are part of the framework

o	maximally selected McNemar statistics -> Betensky, Biometrics, 2000

o	visualize deviations from H_0 for all problems (in a way
	motivated by shaded mosaicplots)

o	mh_test with weights

o	free W1 and W2 in `vandeWiel.c' in case of an error

o	enable confidence intervals in the presence of blocks or weights

o	check whats happening here

	d <- data.frame(y = rnorm(20), x = gl(2, 10))
	d$y[d$x == "1"] <- d$y[d$x == "1"] * 2

	wt <- ansari_test(y ~ x, data = d, di = "ex", conf.int = TRUE)
	pvalue(wt)

	confint(wt, level = 1 - pvalue(wt))  

o	Kurt: trafo as family of transformations (see glm(..., family,...)

o	should we have `distribution = "none"'?

back to top