predict_model_ep17 | R Documentation |
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 |
(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 |
Andre Schuetzenmeister andre.schuetzenmeister@roche.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.