pls_glm_predict: function inrehited by plsRglm, addind the possibility to...

Description Usage

View source: R/predict_plsglm_fast.R View source: R/pls_glm_predict.R View source: R/pls_glm_performance.R View source: R/pls_glm.R

Description

function inrehited by plsRglm, addind the possibility to calculate probability intervals

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
pls_glm_predict(
  object,
  newdata,
  comps = object$computed_nt,
  type = c("link", "response", "terms", "scores", "class", "probs"),
  se.fit = FALSE,
  wt = NULL,
  dispersion = NULL,
  methodNA = "adaptative",
  verbose = TRUE,
  ...
)

MarconiS/hiPyRneon documentation built on Jan. 20, 2021, 11:38 p.m.