tripls-package: Trilinear partial Least squares Regression

Description Details Author(s) References See Also Examples

Description

This packge provides an R implementation of trilinear partial least squares regression. it includes the Tri-PLS estimator, a predict() function, a summary() function, a function to compute the Jacobian matrix, a function to compute confidence and prediction intervals as well as a versatile plot() function.

Details

Package: tripls
Type: Package
Version: 1.0
Date: 2014-04-18
License: GNU

~~ An overview of how to use the package, including the most important functions ~~

Author(s)

Sven Serneels

Maintainer: sven.serneels@basf.com

References

See individual functions

See Also

~~ Optional links to other man pages, e.g. ~~ ~~ <pkg> ~~

Examples

1
2
3
4
data(data_3)
res.tripls <- tripls(data_3$X3,data_3$y3,2)
plot(res.tripls, type = "coefficients")
plot(res.tripls, type = "yyp")

SvenSerneels/tripls_r documentation built on May 4, 2019, 6:30 a.m.