Rdocumentation
powered by
Learn R Programming
MAINT.Data (version 0.5.1)
stdEr: Standard deviations
Description
Extract standard deviations from estimated models.
Usage
stdEr(x, ...)
Arguments
x
an R object containing estimates of a statistical model
...
further arguments for methods
Value
numeric, the estimated standard errors of the parameter model estimates.
Details
stdEr
is a generic function. The default method returns the square root of the diagonal of the variance-covariance matrix.
See Also
vcov
,
summary
.