gpls.default: gpls function for internal use

Description Usage Arguments

View source: R/PLS.R

Description

fits a gpls object

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
## Default S3 method:
gpls(
  X,
  y,
  ncomp = NULL,
  eps = 0.001,
  maxit = 1000,
  denom.eps = 1e-20,
  family = NULL,
  link = NULL,
  firth = FALSE
)

Arguments

X

model matrix

y

response

ncomp

number of components

eps

convergence tolerance

maxit

max iterations of iteratively reweighted least squares algorithm

denom.eps

tolerance for small numbers

family

glm family

link

glm link

firth

should Firth's bias correction be applied? defaults to FALSE.


abnormally-distributed/cvreg documentation built on May 3, 2020, 3:45 p.m.