BSkyPredict | R Documentation |
Model scoring does the following 1. Scores the current dataset using the selected prebuilt model. Stores predictions with the specified confidence interval in the current dataset using the specified prefix. 2. Optionally creates a confusion matrix and a ROC curve predict is a generic function for making predictions using the selected model.
BSkyPredict(
modelname = "multinom",
prefix = "multinom",
confinterval = FALSE,
level = 0.95,
datasetname = "Dataset4"
)
modelname |
a model object for which prediction is desired. |
prefix |
prefix string that will be used to create new variables containing the predictions. |
datasetname |
is the current dataset to score and save predictions to. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.