coef_se {IRTest} | R Documentation |
Extract Standard Errors of Model Coefficients
Description
Standard errors of model coefficients calculated by using Fisher information functions.
Usage
coef_se(object, complete = TRUE)
Arguments
object |
An object for which the extraction of standard errors is meaningful. |
complete |
A logical value indicating if the full standard-error vector should be returned. |
Value
Standard errors extracted from the model (object
).
[Package IRTest version 2.0.0 Index]