On 15/01/2008, at 7:40 PM, [EMAIL PROTECTED] wrote: > Hi the list. > > Is there a bug in mmlcr package ? > The following code does not compile: > > mmlcrTest <- function(dataW){ > 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 seems that mmlcr does not look for the data at the right place > since > it did find dataL if we set it a a global variable but it does not > find > it if we define it in a function. >
This should be directed to the package maintainer Steve Buyske, who I have included in the reply. Ken ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel