README.md

roboost - RoBoost-PLSR : robust partial least squares regression

Installation

Using Rstudio is recommended for installation and usage

1. Install package 'remotes' from CRAN

Use the Rstudio menu

or write in the R console

install.packages("remotes")

2. Install package 'roboost'

a) Most recent version

Write in the R console

remotes::install_github("maxmetz/RoBoost-PLSR", dependencies = TRUE, 
  build_vignettes = TRUE)

In case of the following question during installation process:

These packages have more recent versions available.
Which would you like to update?"

it is recommended to skip updates (usually choice 3 = None)

3. Usage

Write in the R console

library(roboost)

Author

Maxime Metz

maxime.metz57200@gmail.com

How to cite



maxmetz/RoBoost-PLSR documentation built on Dec. 21, 2021, 3:52 p.m.