A RC class for multiple linear regression
formula
The formula object containing depedent and independent variables
data
A 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.