ggRandomForests: Visually Exploring random forests. V1.1.1 release.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
Release early and often.
http://cran.r-project.org/web/packages/ggRandomForests/index.html
I may have been aggressive numbering the first CRAN release at v1.0, but there’s no going back now. The design of the feature set is complete even if the code has some catching up to do.
After the v1.1.0 release we found a bug in gg_partial
when handling plots for categorical variables. I’ve also moved the eventtable
function to gg_survival
. gg_survival
will now be used for all Kaplan-Meier and Nelson-Aalen estimates. I still need to extend it for curves other than survival, but it’s a start.
I’ve also made more progress on the vignette, which is driving the TODO list pretty hard. I’m knocking things off as I need them, so it goes both ways.
Filed under: R Tagged: ggplot2, ggRandomForests, R, randomForest, randomForestSRC
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.