model_ols | R Documentation |
Estimates an Ordinary Least Squares model
model_ols(mydf = NULL, myresponse = NULL, myterms = NULL)
mydf |
input data frame |
myresponse |
the dependent variable |
myterms |
a character vector containing the names of the independent variables. |
The spreadsheet should have only one sheet with the following columns and one row for each variable to be simulated:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.