coef.IRTest | R Documentation |
A generic function which extracts model coefficients from objects returned by modeling functions.
## S3 method for class 'IRTest'
coef(object, complete = TRUE, ...)
object |
An object for which the extraction of model coefficients is meaningful. |
complete |
A logical value indicating if the full coefficient vector should be returned. |
... |
Other arguments. |
Coefficients extracted from the model (object
).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.