Displaying 1 result from an estimated 1 matches for "bdi12".
Did you mean:
bd12
2003 Nov 05
0
Re: [S] LME - fixed effects model and missing values
...8, NA, 21, 19, 15,
11, NA, 10, 12, 16, 30, 13, 16, NA, NA, NA, NA, 28, 6), .Dim = c(7, 4),
.Dimnames = list(c("SUB1", "SUB2", "SUB3", "SUB4", "SUB5", "SUB6",
"SUB7"), c("BDI0", "BDI3", "BDI6", "BDI12")))
> MAT
BDI0 BDI3 BDI6 BDI12
SUB1 23 11 11 16
SUB2 24 NA NA NA
SUB3 6 8 10 NA
SUB4 19 NA 12 NA
SUB5 16 21 16 NA
SUB6 20 19 30 28
SUB7 13 15 13 6
Let
> x<- c(0,3,6,12)
Then it's a simple matter to regress...