| Coef {ILSE} | R Documentation | 
Extracts Regression Coefficients
Description
extracts model coefficients from object of class "ilse".
Usage
  Coef(object)
Arguments
| object | an object of class "ilse". | 
Value
Coefficients extracted from object.
See Also
coef, coefficient
Examples
# example one
data(nhanes)
NAlm2 <- ilse(age~., data=nhanes)
Coef(NAlm2)
[Package ILSE version 1.1.7 Index]