Hello dear R-help,

I tried to use the code of anchors.mexchn2, but when I tried to
trim.data(), I was encountered with the error,more details is as follows:

> data(selfan)

> fo <- list(self = xsay ~ 1, vign = cbind( xsay1,xsay2) ~ 1)

> ra <- anchors( fo, data=selfan, method="C")

> selfan.cut <- trim.data( selfan, ra)

Error in if ((anchors$method == "chopit" && anchors$delete != "listwise"))
stop(paste("trim.data() not defined for anchors.data objects created with
\n", : missing value where TRUE/FALSE needed

How to solve this problem?

Thanks in advance,

Soukeiu

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to