Coef | R Documentation |
extracts model coefficients from object of class "ilse".
Coef(object)
object |
an object of class "ilse". |
Coefficients extracted from object.
coef, coefficient
# example one
data(nhanes)
NAlm2 <- ilse(age~., data=nhanes)
Coef(NAlm2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.