knitr::opts_chunk$set(echo = TRUE)
LiU Advance R programming course Lab4.
A linear regression package.
This package can handle multiple linear regression. To make this package, the RC object orientation has been used and the output is an object with the class named linreg.
devtools::install_github("shihs/LiUAdRLab4", build_vignettes = TRUE)
browseVignettes("LiUAdRLab4")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.