slow_lm: Slow Linear Model fit

Description Usage Arguments Value Examples

Description

Slow Linear Model fit

Usage

1

Arguments

df

data in gapminder format

sleep

Value

lm fit object

Examples

1
2
3
gapminder::gapminder %>%
 dplyr::filter(country == 'New Zealand') %>%
 slow_lm()

chapmandu2/gapminderpl documentation built on May 9, 2019, 8:42 a.m.