Travis build status

Coverage status

knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

rLab4

The goal of rLab4 is to perform linear regression using Reference Class

Installation

You can install the released version of rLab4 from CRAN with:

install.packages("rLab4")

Example

This is a basic example which shows you how to solve a common problem:

## basic example code
data("iris")


anubhav-dikshit/rLab4 documentation built on May 9, 2019, 4:04 a.m.