knitr::opts_chunk$set(echo = TRUE)

Build Status

Overview

LiU Advance R programming course Lab4.
A linear regression package.

Introduction

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.

Installation

devtools::install_github("shihs/LiUAdRLab4", build_vignettes = TRUE)

Vignettes

browseVignettes("LiUAdRLab4")


shihs/LiUAdRLab4 documentation built on May 9, 2019, 8:19 a.m.