Class "lmList4" of 'lm' Objects on Common Model
Package nlme's lmList()
returns objects of
S3 class "lmList"
and provides methods for them, on which our
methods partly build.
Objects can be created by calls of the form
new("lmList4", ...)
or, more commonly, by a call to
lmList()
.
returns the standard deviation
σ-hat (of the errors in the linear models), assuming a
common variance σ^2 by pooling (even when
pool = FALSE
was used in the fit).
if(getRversion() >= "3.2.0") { (mm <- methods(class = "lmList4")) ## The S3 ("not S4") ones : mm[!attr(mm,"info")[,"isS4"]] } ## For more examples: example(lmList) i.e., ?lmList
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.