
Last chance! 50% off unlimited learning
Sale ends in
submatch.plot(fit, pred.nms, pis, preds, size, color = FALSE)
logforest
.
vimp.plot
, link{persistence.plot}
data(logforest.fit, LBoost.fit)
#Plot of subset matches for the 5 most frequently occurring interactions
#of size 2 in the logic forest model logforest.fit
submatch.plot(fit=logforest.fit, pis=5, preds=50, size=2, color=FALSE)
#Same plot for the LBoost model LBoost.fit
submatch.plot(fit=LBoost.fit, pis=5, preds=50, size=2, color=FALSE)
Run the code above in your browser using DataLab