See comments in line.
On Wed, 14 Apr 2010, Sachi Ito wrote:
Hi all,
I've been running loglinear models for three-way tables: one of the
variables having three levels, and the other two having two levels each.
An example looks like below:
yes.no <- c("Yes","No")
switch <- c("On","Off")
Hi all,
I've been running loglinear models for three-way tables: one of the
variables having three levels, and the other two having two levels each.
An example looks like below:
> yes.no <- c("Yes","No")
> switch <- c("On","Off")
> att <- c("BB","AA","CC")
> L <- gl(2,1,12,yes.no)
> T <- gl(
2 matches
Mail list logo