Displaying 1 result from an estimated 1 matches for "normlong".
2008 Jan 15
1
bug in mmlcr ? (PR#10576)
...dataL <-
reshape(dataW,idvar="id",timevar="T",varying=list("T0","T1","T2"),direction="long",v.names="score")
resultR <- mmlcr(outer= ~ 1 | id,
components = list(list(formula = score~1+T,class=
"normlong")), n.groups=3,
data=dataL,
max.iter=500
)
plot(resultR)
}
mmlcrTest(dataW)
The error is (translate from french):
"Error in inherits(x, "data.frame") : objet "dataL" not find"
It...