powered by
A linear regression implementation for the "lm" class. It uses lm
lm
# S3 method for lm chmod(object, ...)
a list of Y - outcome variable and X - design matrix of class "lm"
additional parameters to be passed to lm
fitted model object
# NOT RUN { chmod(c_chmod(Y=women$height,X=women$weight,modclass="lm")) # }
Run the code above in your browser using DataLab