This is a helper function not intented to be used directly.
predict_model_ep17(
  object,
  newdata = NULL,
  alpha = 0.05,
  ci.type = c("vc", "sd", "cv"),
  CI.method = c("chisq", "t", "normal"),
  use.log = FALSE,
  ...
)(object) of class 'modelEP17'
(numeric) vector of data points at which prediction shall be made
(numeric) value defining the 100(1-alpha)% confidence interval for predictions
(character) string specifying on which scale prediction shall be made
(character) string specifying which type of CI shall be used
(logical) TRUE X- and Y-values will be returned on log-scale
additional arguments
Andre Schuetzenmeister andre.schuetzenmeister@roche.com