Description Usage Arguments Value See Also Examples
summary method for class "ilse" or "fiml".
1 2 3 4 5 6 7 8 9 10 11 12 | summary(object, Nbt=20)
## S3 method for class 'ilse'
summary(object, Nbt=20)
## S3 method for class 'fiml'
summary(object, Nbt=20)
##
Fitted.values(object)
##
Residuals(object)
|
object |
an object of class "ilse". |
Nbt |
an positive integer, the repeated times of bootstrap to eatimate covariance matrix of regression coefficient. |
The function summary.ilse computes and returns a named matrix of summary statistics of the fitted linear model given in object by ILSE or FIML methods. The function Fitted.values return a vector, fitted repsonse vlaues. The function Residuals return a vector, residuals.
summary.lm fitted.vlaues residuals
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.