| summary.nlsList {nlme} | R Documentation | 
Summarize an nlsList Object
Description
The summary function is applied to each nls component of
object to produce summary information on the individual fits,
which is organized into a list of summary statistics. The returned
object is suitable for printing with the print.summary.nlsList
method. 
Usage
## S3 method for class 'nlsList'
summary(object, ...)
Arguments
| object | an object inheriting from class  | 
| ... | optional arguments to the  | 
Value
a list with summary statistics obtained by applying summary
to the elements of object, inheriting from class
summary.nlsList. The components of value are:
| call | a list containing an image of the  | 
| parameters | a three dimensional array with summary information
on the  | 
| correlation | a three dimensional array with the 
correlations between the individual  | 
| cov.unscaled | a three dimensional array with the unscaled
variances/covariances for the individual  | 
| df | an array with the number of degrees of freedom for the model
and for residuals, for each  | 
| df.residual | the total number of degrees of freedom for
residuals, corresponding to the sum of residuals df of all  | 
| pool | the value of the  | 
| RSE | the pooled estimate of the residual standard error. | 
| sigma | a vector with the residual standard error estimates for
the individual  | 
Author(s)
José Pinheiro and Douglas Bates bates@stat.wisc.edu
See Also
Examples
fm1 <- nlsList(SSasymp, Loblolly)
summary(fm1)