predict.4pl | R Documentation |
Use new input data and a fitted four parameter logistic model to predict corresponding outcomes.
## S3 method for class ''4pl''
predict(object, Z, ...)
object |
Fitted |
Z |
Numeric vector of new input samples |
... |
Ignored additional parameters |
A numeric vector of predictions. For binary outcomes,
this is a vector with estimates for
P(Y=1 \mid X = x)
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.