linear_model: Linear Model Function

Description Usage Arguments Value Author(s) Examples

Description

This is the 1st homework assignment of BIS557.

Usage

1

Arguments

form

A formula

d

A dataframe

contrasts

Contrasts argument

Value

A list of coefficients

Author(s)

Yijun Yang

Examples

1
2
3
4
## Not run: 
linear_model(body_mass_g ~ bill_depth_mm, penguins)

## End(Not run)

yijunyang/bis557 documentation built on Dec. 21, 2020, 3:06 a.m.