predict.modelEP17 {VFP} | R 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
[Package VFP version 1.4.1 Index]