lr.pred: Calculates predictions from logistic regression
Description
Calculates predictions from logistic regression
Usage
lr.pred(formula, data.train, data.test = NULL, thresholds = seq(0.9, 0.1, -0.1))
Arguments
data.train
A training dataset
data.test
A testing dataset
thresholds
A vector of decision thresholds