coef.smle {epiphy} | R Documentation |
Extract Model Coefficients
Description
coef
is a generic function which extracts model coefficients
from objects returned by modeling functions. coefficients
is
an alias for it.
Usage
## S3 method for class 'smle'
coef(object, ...)
Arguments
object |
an object for which the extraction of model coefficients is meaningful. |
... |
other arguments. |
Value
Coefficients extracted from the model object object
.
For standard model fitting classes this will be a named numeric vector.
For "maov"
objects (produced by aov
) it will be a matrix.
[Package epiphy version 0.5.0 Index]