| summary.sisal | R Documentation | 
summary method for class "sisal"
## S3 method for class 'sisal'
summary(object, ...)
## S3 method for class 'summary.sisal'
print(x, ...)
object | 
  an object of class   | 
x | 
  an object of class   | 
... | 
 arguments passed to/from other methods.  | 
The functions compute and print summaries (summary.lm)
of the ordinary least squares regression models stored in the
object and some additional information.
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.
Mikko Korpela
sisal, print.sisal
foo <- testSisal(dataset="toy", Mtimes=10, hbranches=2)
summary(foo)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.