search for: lmlistnew

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

2009 Jun 30
0
bug in nlme package function predict.lmList (PR#13788)
...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.000000000 +0200 +++ lmListnew.R 2009-06-30 09:49:21.000000000 +0300 @@ -853,9 +853,10 @@ predict.lmList <- stop("Non-existent group requested in \"subset\".") } oclass <- class(object) - oatt <- attr(object, "call") + oatt <- attributes(object)[c("call",...