A RC class for multiple linear regression
formulaThe formula object containing depedent and independent variables
dataA data frame object to apply the multiple linear regression to
a<-linreg$new(formula=Petal.Length ~ Sepal.Width + Sepal.Length,data=iris) plot(linreg$new(formula=Petal.Length ~ Sepal.Width + Sepal.Length,data=iris))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.