knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(Lab4LinearRegression)
This function takes a given formula with independent and dependent variables as well as a dataset and creates a linear regression model. The function returns an object of an RC class. Different methods are implemented for this object in the RC objected oriented system and are detailed below.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.