predict.modelEP17: Predict Method for Objects of Class 'modelEP17'.

View source: R/methods.R

predict.modelEP17R Documentation

Predict Method for Objects of Class 'modelEP17'.

Description

This is a helper function not intented to be used directly.

Usage

## S3 method for class 'modelEP17'
predict(
  object,
  newdata = NULL,
  alpha = 0.05,
  ci.type = c("vc", "sd", "cv"),
  CI.method = c("chisq", "t", "normal"),
  use.log = FALSE,
  ...
)

Arguments

object

(object) of class 'modelEP17'

newdata

(numeric) vector of data points at which prediction shall be made

alpha

(numeric) value defining the 100(1-alpha)% confidence interval for predictions

ci.type

(character) string specifying on which scale prediction shall be made

CI.method

(character) string specifying which type of CI shall be used

use.log

(logical) TRUE X- and Y-values will be returned on log-scale

...

additional arguments

Author(s)

Andre Schuetzenmeister andre.schuetzenmeister@roche.com


VFP documentation built on Nov. 10, 2022, 5:12 p.m.

Related to predict.modelEP17 in VFP...