my_lm: Linear model fucntion

Description Usage Arguments Value Examples

View source: R/my_lm2.R

Description

This function performs linear regression on given data and models.

Usage

1
my_lm(form, data)

Arguments

form

the input formula.

data

The inputted dataset.

Value

A tibble containing the estimate, standard error, t value, and p value for the intercept.

Examples

1
my_lm(form, my_gapminder)

amakinney/Stat302Package documentation built on Dec. 19, 2021, 1:37 a.m.