View source: R/local_helpers.R
| fit_and_predict | R Documentation | 
internal
fit_and_predict(
  x,
  y,
  pred_method,
  scale = FALSE,
  weights = NULL,
  newdata,
  pls_c = NULL,
  CV = FALSE,
  tune = FALSE,
  number = 10,
  p = 0.75,
  group = NULL,
  noise_variance = 0.001,
  range_prediction_limits = TRUE,
  pls_max_iter = 1,
  pls_tol = 1e-06,
  modified = FALSE,
  seed = NULL
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.