predata.ols | R Documentation |
Generate the predicted data for the function. This is needed for drawing.
## S3 method for class 'ols'
predata(fit, variables, y, group = NULL)
fit |
Model function required for prediction. |
variables |
variable name. |
y |
the value of the variable. |
group |
Variables that need to be grouped. |
Data required for plotting.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.