search for: piantadosi

Displaying 1 result from an estimated 1 matches for "piantadosi".

2006 Jul 11
2
Multiple tests on 2 way-ANOVA
...cov1 <- matrix(c(3/4,-1/2,-1/2,-1/2,1,0,-1/2,0,1), nrow = 3, ncol=3, byrow=TRUE, dimnames = list(c("A", "B", "C"), c("C.1", "C.2", "C.3"))) # cov1 = variance covariance matrix of the beta coefficients of a # 2x2 factorial design (see Piantadosi 2005, p. 509) cm1 <- matrix(c(0, 1, 0, 0, 0, 1), nrow = 2, ncol=3, byrow=TRUE, dimnames = list(c("A", "B"), c("C.1", "C.2", "C.3"))) # cm1 = contrast matrix for main effects v1 <- csimint(estpar=c(100, 6, 5), df=4*n-3, covm=cov1*sigma^2/n,...