TriMatch – useR! 2013 Slides and Version 0.9 Released to CRAN

[This article was first published on Jason.Bryer.org Blog - R, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Our presentation on the TriMatch package at the useR! 2013 Conference went fantastically. Thanks for those who attended and the wonderful discussion that followed. The slides can be downloaded from Github as well as the abstract. To coincide with our presentation version 0.9 has been released to CRAN. The package includes a vignette and two demos.

install.packages('TriMatch',repos='http://cran.r-project.org')
require(TriMatch)
vignette('TriMatch')
demo(tutoring)
demo(nmes)

Triangle Plot

The package is hosted on Github at http://github.com/jbryer/TriMatch. You can always download the latest development version using devtools.

require(devtools)
install_github('TriMatch','jbryer')

To leave a comment for the author, please follow the link and comment on their blog: Jason.Bryer.org Blog - R.

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.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)