Skip to contents

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, ...)

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)

...

Additional arguments (currently unused).

Value

an object of class critvalue