Description Usage Arguments Value
View source: R/logistic_regression.R
This function use the outcome of multilevel logistic regression function to conduct prediction given data.
1 | predict_logistic(X, Y, object)
|
X |
A specifeid design matrix |
Y |
The multilevel outcome of interest. This is the reference value to evaluate the accuracy of prediction. |
object |
Output from the multiclass_logistic regression function. (beta matrix) |
A series outcome of prediction including a matrix of conditional probabilities and a crude prediction of Y.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.