inst/doc/exploreR.R

## ---- include=FALSE------------------------------------------------------
library(exploreR)


## ------------------------------------------------------------------------

reset()


## ------------------------------------------------------------------------

sampleData <- iris

head(sampleData)


## ------------------------------------------------------------------------
regressResults <- masslm(sampleData, "Sepal.Length", ignore = "Species")

regressResults


## ------------------------------------------------------------------------
massregplot(sampleData, "Sepal.Length", ignore = "Species")


## ------------------------------------------------------------------------
stand.Petals <- standardize(sampleData, c("Petal.Width", "Petal.Length"))

head(stand.Petals)

Try the exploreR package in your browser

Any scripts or data that you put into this service are public.

exploreR documentation built on May 1, 2019, 9:37 p.m.