Compute critical effect size values for linear regression models
critical.lm.Rd
Compute critical effect size values for linear model coefficients of objects of class lm
Usage
# S3 method for class 'lm'
critical(x, conf.level = 0.95, test = "t", ...)
Arguments
- x
an object of class lm
- conf.level
the confidence interval level, needed to compute the smallest significant coefficient (default is 0.95, equaling a critical alpha = 0.05)
- test
which test should be used.
t
for a standard t-test (the default) andz
for a z test.- ...
Additional arguments (currently unused).