Skip to content

matt-sutton/bigsgPLS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Big sgPLS

bigsgPLS is an R package that provides an implementation of the two block PLS methods. The method makes use of bigmemory and matrix algebra by chunks to deal with datasets too large for R.

Authors

This is joint work with Pierre Lafeye De Micheaux and Benoit Liquet. A preliminary paper describing the PLS methods and some of the statistical properties is avaliable on ArXiv Pre-prints.

Installation

Use devtools to install:

library(devtools)
install_github("matt-sutton/bigsgPLS", host = "https://api.github.com")

Example Usage

Examples from the bigsgPLS paper can be replicated by following the process described in: Example 1 and Example 2 and Example 3

About

PLS package for big data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages