Displaying 3 results from an estimated 3 matches for "interresst".
Did you mean:
interrest
2010 Oct 13
1
interaction contrasts
...with setting up the
contrast for a 2-factorial crossed design.
here is a toy example:
library(multcomp)
dat<-data.frame(fac1=gl(4,8,labels=LETTERS[1:4]),
fac2=rep(c("I","II"),16),y=rnorm(32,1,1))
mod<-lm(y~fac1*fac2,data=dat)
## the contrasts i'm interressted in:
c1<-rbind("fac2-effect in A"=c(0,1,0,0,0,0,0,0),
"fac2-effect in B"=c(0,1,0,0,0,1,0,0),
"fac2-effect in C"=c(0,1,0,0,0,0,1,0),
"fac2-effect in D"=c(0,1,0,0,0,0,0,1),
"fac2-effect, A*B"=c(0,0,0,0,0,1,0,0),...
2009 Jan 07
6
online service to host/share theora&vorbis encoded ogg files
hi,
i am looking for a free hosting / file transfer service to share theora and vorbis encoded ogg videos. i have been making a series of contemporary art projects titled "a copyleft crowdsourcing free/open source project" with art students in gropus of 50-120. as a part of the project we want to share the video and audio content created for the project as copyleft and free/open
2010 Oct 15
0
nomianl response model
...with setting up the
contrast for a 2-factorial crossed design.
here is a toy example:
library(multcomp)
dat<-data.frame(fac1=gl(4,8,labels=LETTERS[1:4]),
fac2=rep(c("I","II"),16),y=rnorm(32,1,1))
mod<-lm(y~fac1*fac2,data=dat)
## the contrasts i'm interressted in:
c1<-rbind("fac2-effect in A"=c(0,1,0,0,0,0,0,0),
"fac2-effect in B"=c(0,1,0,0,0,1,0,0),
"fac2-effect in C"=c(0,1,0,0,0,0,1,0),
"fac2-effect in D"=c(0,1,0,0,0,0,0,1),
"fac2-effect, A*B"=c(0,0,0,0,0,1,0,0),...