Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

PLSR1Bin

Partial Least Squares Regression with Binary Response


Description

Fits Partial Least Squares Regression with Binary Response

Usage

PLSR1Bin(Y, X, S = 2, InitTransform = 5, grouping = NULL, 
tolerance = 5e-06, maxiter = 100, show = FALSE, penalization = 0, 
cte = TRUE, Algorithm = 1, OptimMethod = "CG")

Arguments

Y

The response

X

The matrix of independent variables

S

The Dimension of the solution

InitTransform

Initial transform for the X matrix

grouping
tolerance

Tolerance for convergence of the algorithm

maxiter

Maximum Number of iterations

show

Show the steps of the algorithm

penalization

Penalization for the Ridge Logistic Regression

cte

Should a constant be included in the model?

Algorithm

Algorithm used in the calculations

OptimMethod

Optimization methods from optimr

Details

The procedure uses the algorithm proposed by Bastien et al () to fit a Partial Lest Squares Regression when the response is Binary. The procedure will be later converted into a Biplot to visulize the results.

Value

Still to be finished

Author(s)

Jose Luis Vicente Villardon

Examples

# No examples yet

MultBiplotR

Multivariate Analysis Using Biplots in R

v1.3.30
GPL (>= 2)
Authors
Jose Luis Vicente-Villardon
Initial release
2021-03-30

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.