Site icon R-bloggers

Another season, another release. {survivoR} v2.3.5 now on CRAN

[This article was first published on R Archives - Dan Oehm | Gradient Descending, 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.

Survivor 47 has wrapped up and the data has been add to the package. There are a bunch of new things from new datasets to convenience functions to help with analysis. They are functions I use all the time, and I thought I’d add them to the core package.

Head to Github for more details and how to install.

New data

castaway_scores contains details on castaway performance. There are three score types: challenge scores (for all challenge categories), vote history scores, and advantage scores. Higher the score the better. It also includes other vote history and advantage stats, e.g. the number of advantages played.

There is one record per player per season.

add_*() functions

The add_*() functions add a new column(s) to the input data frame. It means you don’t really have to think about adding on the data you need after wrangling the data.

filter_*() functions

Similarly, the filter_*() functions are convenience functions to filter the input data. Typically the combine an add_*() function with a follow-up filter step.

See the help docs in the package for examples on how to use.

The post Another season, another release. {survivoR} v2.3.5 now on CRAN appeared first on Dan Oehm | Gradient Descending.

To leave a comment for the author, please follow the link and comment on their blog: R Archives - Dan Oehm | Gradient Descending.

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.
Exit mobile version