Description Usage Arguments Value Examples
View source: R/dgrglm.multiclass.predict.R
Binary or probabilities prediction
1 | dgrglm.multiclass.predict(model, new_data)
|
model |
the model created with fit function logistic regression |
new_data |
the new data to be classified |
an instance containing the binary or probability prediction.
1 2 3 4 | ## Not run:
predict(model, new_data, type_pred)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.