summary.sisal {sisal} | R Documentation |
Summarizing Sequential Input Selection Results
Description
summary
method for class "sisal"
Usage
## S3 method for class 'sisal'
summary(object, ...)
## S3 method for class 'summary.sisal'
print(x, ...)
Arguments
object |
an object of class |
x |
an object of class |
... |
arguments passed to/from other methods. |
Details
The functions compute and print summaries (summary.lm
)
of the ordinary least squares regression models stored in the
object
and some additional information.
Value
The function summary.sisal
returns a list
with
class
"summary.sisal"
, currently containing:
summ.full |
summary of the full model. An object of class
|
summ.L.v |
summary of the L.v model. An object of
class |
summ.L.f |
summary of the L.f model. An object of
class |
error.df |
a
|
The function print.summary.sisal
invisibly returns
x
.
Author(s)
Mikko Korpela
See Also
Examples
foo <- testSisal(dataset="toy", Mtimes=10, hbranches=2)
summary(foo)