logisticCreditPredictions {AppliedPredictiveModeling} | R Documentation |
Logistic Regression Predictions for the Credit Data
Description
add some notes
Usage
data(solubility)
Value
A data frame with columns
Bad |
The predicted class probability for bad credit. |
Good |
The predicted class probability for good credit. |
pred |
The predicted class. |
obs |
The observed class |
Examples
## show code to make the predictions
[Package AppliedPredictiveModeling version 1.1-7 Index]