logic.oob {logicFS} | R Documentation |
Computes the out-of-bag error of the classification rule comprised by
a logicBagg
object.
logic.oob(log.out, prob.case = 0.5)
log.out |
an object of class logicBagg , i.e. the output of
logic.bagging |
prob.case |
a numeric value between 0 and 1. If the logic regression models
are logistic regression models, i.e. if in logic.bagging ntree
is set to a value larger than 1, or glm.if.1tree is set to TRUE ,
then an observation will be classified as case (or more exactly, as 1)
if the class probability is larger than prob.case |
The out-of-bag error estimate.
Holger Schwender, holger.schwender@udo.edu