The linear_model function

The linear model is the "hello world" of machine learning models.

library(bis557)
fit <- linear_model(Sepal.Length ~ ., iris)
summary(fit)


wentinggao1217/bis557 documentation built on May 29, 2019, 9:16 a.m.