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")


Thijsq/rlab4 documentation built on May 19, 2019, 8:55 p.m.