linmod is a linear regression package - linear_model() is a function that produces a linear model given a response variable (Y) and predictor variable(s) (X).
Learn more about the usage of this function through examples in vignette("Tutorial", package = "linmod")
install.packages("linmod")
library(linmod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.