Description Usage Arguments Value Author(s) Examples
This is the 1st homework assignment of BIS557.
1 | linear_model(form, d, contrasts = NULL)
|
form |
A formula |
d |
A dataframe |
contrasts |
Contrasts argument |
A list of coefficients
Yijun Yang
1 2 3 4 | ## Not run:
linear_model(body_mass_g ~ bill_depth_mm, penguins)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.