2019

pinp 0.0.8: Bugfix

September 8, 2019 | Thinking inside the box

A new release of our pinp package is now on CRAN. pinp allows for snazzier one or two column Markdown-based pdf vignettes, and is now used by a few packages. A screenshot of the package vignette can be seen below. Additional screenshots are at the pinp page. This release was ... [Read more...]

Finding Undervalued Air Bnb’s

September 8, 2019 | Part Time Analyst

Hello, today I am going to do an EDA (exploratory data analysis) on AirBnB in the New York area. This data set is available here on Kaggle https://www.kaggle.com/dgomonov/new-york-city-airbnb-open-data Lets read the data into R and take a look of it So I can see there ...
[Read more...]

Built-in Colour Names in R

September 7, 2019 | R on Chi's Impe[r]fect Blog

Quite often when you just want to whip out some quick plots, I like to assign the colours by colour names. Some of my go-to colours are… tomato,darkorange,turquioise,darkgrey,lightgrey. Recently I realized that I can get all of built-in colour names available in R to use by ...
[Read more...]

Getting Your Comparison Groups Right

September 6, 2019 | R on Sam Portnow's Blog

Often, when presented with evidence of racism, or the existence of racism, critics will say neither exists, at least not in a meaningful way because many immigrant groups have higher household incomes than White Americans. These critics often point to the median household income of Nigerian Americans are irrefutable proof ...
[Read more...]

Calendar Heatmaps in ggplot

September 6, 2019 | R on Ryan Plant

Calendar heatmaps are a neglected, but valuable, way of representing time series data. Their chief advantage is in allowing the viewer to visually process trends in categorical or continuous data over a period of time, while relating these values to their month, week, and weekday context - something that simple ...
[Read more...]

The most annoying warning for CRAN submission

September 6, 2019 | Neonira

When submitting one R package to CRAN, you must ensure that no errors, no warnings and no notes appears in the check process, enforcing use of ’–as.cran’ option. devtools::check(document = FALSE, args = c('--as-cran')) Sometimes a note or a...
[Read more...]

Stopping Rules for Significance Testing in R

September 5, 2019 | [R]eliability

When doing comparative testing it can be tempting to stop when we see the result that we hoped for. In the case of null hypothesis significance testing (NHST), the desired outcome is often a p-value of __ .05. In the medical device industry, bench top testing can cost a lot of money. ...
[Read more...]

UCSCXenaTools: Retrieve Gene Expression and Clinical Information from UCSC Xena for Survival Analysis

September 5, 2019 | rOpenSci - open tools for open science

The UCSC Xena platform provides an unprecedented resource for public omics data from big projects like The Cancer Genome Atlas (TCGA), however, it is hard for users to incorporate multiple datasets or data types, integrate the selected data with popular analysis tools or homebrewed code, and reproduce analysis procedures. To ...
[Read more...]

Simulating the Rugby World Cup 2019 Japan in R

September 5, 2019 | stats_on_the_cloud

I really like running simulation models before sporting events because they can give you a much greater depth of understanding of team performance compared to the ‘raw’ odds that you might get from the media or bookmakers, or the often varied opinions of different sports pundits. Yes, Ireland usually get ... [Read more...]
1 42 43 44 45 46 155

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)