search for: groupsform

Displaying 1 result from an estimated 1 matches for "groupsform".

2009 Jun 30
0
bug in nlme package function predict.lmList (PR#13788)
...attr(object, "call") <- oatt class(object) <- oclass if (is.null(newdata)) { myData <- myData[subset] } } #####End of relevant code snippet Only attribute call is saved from original object, but the following code assumes that attributes groupsForm and pool are present, and when they are not found, error is produced. The problem with missing pool attribute can be worked arround by supplying it directly. But it is not possible to do that with attribute groupsForm. The patch which fixes this problem : --- lmList.R 2008-02-11 16:05:14.0000000...