search for: nsubs_c

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

2005 Nov 09
0
contrasts
...d a p value different from what i obtained in my omnibus anova. does anyone have an idea of where i went wrong? if access to my dataset is useful, i list it below. # set up matrix for control subjects cont.mat <- c (3,1,5,2,1,3,2,3,5,2,2,4,1,2,4,1,2,6,0,1,4,1,1,4,3,3,4,3,1,5,3,2,6,4,4,5 ,) nsubs_c <- length(cont.mat)/12 con.mat <- matrix(cont.mat, nsubs_c, 12, T) con.mul <- cbind.data.frame(subj=1:nsubs_c, conds=factor(rep(1,rep (nsubs_c,1))), con.mat) dimnames(con.mul)[[2]] <- c("subj","gp", "w1x1y", "w1x1y2", "w1x1y3", "...