chmod.lm.Rd
A linear regression implementation for the "lm" class. It uses lm
# S3 method for lm chmod(object, ...)
object | a list of Y - outcome variable and X - design matrix of class "lm" |
---|---|
... | additional parameters to be passed to |
fitted model object
#> #> Call: #> stats::lm(formula = object$Y ~ ., data = dat) #> #> Coefficients: #> (Intercept) object.X #> 25.7235 0.2872 #>