Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

stdEr

Standard deviations


Description

Extract standard deviations from estimated models.

Usage

stdEr(x, ...)
## Default S3 method:
stdEr(x, ...)
## S3 method for class 'lm'
stdEr(x, ...)

Arguments

x

a statistical model, such as created by lm

...

further arguments for methods

Details

stdEr is a generic function with methods for objects of "lm" class. The default method returns the square root of the diagonal of the variance-covariance matrix.

Value

numeric, the estimated standard errors of the coefficients.

Author(s)

Ott Toomet otoomet@ut.ee

See Also

Examples

data(cars)
lmRes <- lm(dist ~ speed, data=cars)
stdEr( lmRes )

miscTools

Miscellaneous Tools and Utilities

v0.6-26
GPL (>= 2)
Authors
Arne Henningsen, Ott Toomet
Initial release
2019-12-08

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.