Description Usage Arguments Details See Also Examples
Fit a linear model to two variables, return basic output about the model, and plot the model.
1 |
simpleformula |
a designation for the model formula in |
data |
a data frame in which to evaluate formulas. |
xlab |
optional. Text for x-axis title label for produced graph. |
ylab |
optional. Text for y-axis title label for produced graph. |
This function is one of a group of functions that take a specific input in the form of y ~ x
, following (in-part) the mosaic package formula notation. However, only simple formulas are allowed with no grouping parameter, nor multiple predictor variables.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.