predict_kms: Predict function for list of 'km' models.

View source: R/predictkms.R

predict_kmsR Documentation

Predict function for list of km models.

Description

Predict function for list of km models.

Usage

predict_kms(
  model,
  newdata,
  type,
  se.compute = TRUE,
  cov.compute = FALSE,
  light.return = TRUE,
  bias.correct = FALSE,
  checkNames = FALSE,
  ...
)

Arguments

model

list of km models

newdata, type, se.compute, cov.compute, light.return, bias.correct, checkNames, ...

see predict.km

Details

So far only light.return = TRUE handled. For the cov field, a list of cov matrices is returned.


mbinois/GPareto documentation built on Feb. 1, 2024, 4:35 a.m.