Learn R Programming

ILSE (version 1.1.7)

Coef: 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

Run this code
# NOT RUN {
# example one
data(nhanes)
NAlm2 <- ilse(age~., data=nhanes)
Coef(NAlm2)
# }

Run the code above in your browser using DataLab