listof
A Class for Lists of (Parts of) Model FitsClass "listof"
is used by aov
and the "lm"
method of alias
for lists of model fits or parts thereof. It is simply a list with an assigned class to control the way methods, especially printing, act on it.
It has a coef
method in this package (which returns an object of this class), and [
and print
methods in package base.
Copyright (©) 1999–2012 R Foundation for Statistical Computing.
Licensed under the GNU General Public License.