March 2020

Everything you should know about WinBuilder

March 31, 2020 | Posts on R-hub blog

If you’ve tried submitting a package on CRAN, you might have heard of WinBuilder, as it is mentioned in CRAN submission checklist. In this post inspired by reading R-package-devel archive, we shall go through important questions around WinBuilder. What is WinBuilder and why use it? As mentioned in its ... [Read more...]

foreach 1.5.0 now available on CRAN

March 31, 2020 | Hong Ooi

This post is to announce that version 1.5.0 of the foreach package is now on CRAN. Foreach is an idiom that allows for iterating over elements in a collection, without the use of an explicit loop counter. The foreach package is now more than 10 years old, and is used by nearly 700 ... [Read more...]

Blogging A to Z: The A to Z of tidyverse

March 31, 2020 | Unknown

Announcing my theme for this year's blogging A to Z!The tidyverse is a set of R packages for data science. The big thing about the tidyverse is making sure your data are tidy. What does that mean?Each row is an observationEach column is a variableEach ...
[Read more...]

COVID-19 in Belgium

March 30, 2020 | R on Stats and R

Introduction Top R resources on Coronavirus Coronavirus dashboard for your own country Motivations, limitations and structure of the article Analysis of Coronavirus in Belgium A classic epidemiological model: the SIR model Fitting a SIR model to th...
[Read more...]

Parsing Mass Municipal PDF CAFRs with Tabulizer, pdftools and AWS Textract – Part 1

March 30, 2020 | R on Redwall Analytics

# Libraries
packages <- 
  c("data.table",
    "rlist",
    "stringr",
    "DT",
    "janitor",
    "readxl",
    "xlsx"
    )

if (length(setdiff(packages,rownames(installed.packages()))) > 0) {
  install.packages(setdiff(packages, rownames(installed.packages())))  
}

invisible(lapply(packages, library, character.only = TRUE))

knitr::opts_chunk$set(comment=NA, fig.width=12, fig.height=8, out.width = '100%')
Introduction Redwall Analytics had the pleasure of collaborating with Marc Joffe, of Reason Foundation, in its October 2018 post Replicating Yankee Institute Risk Score Over 15 Years for 150 Connecticut towns. This involved taking a well organized public dataset from the State’s website, and analyzing and building an application to view ... [Read more...]

Close Encounters of the R Kind

March 30, 2020 | R Views

Affiliation Harrison – Center for Strategic and Budgetary Analysis, Washington DC Cara – Department of the Air Force (Studies, Analyses, and Assessments - AF/A9), Washington DC Disclaimer The views expressed in this article represent the personal views of the author and are not necessarily the views of the Department of Defense (... [Read more...]

COVID-19 in Belgium

March 30, 2020 | R on Stats and R

Introduction Top R resources on Coronavirus Coronavirus dashboard for your own country Motivations, limitations and structure of the article Analysis of Coronavirus in Belgium A classic epidemiological model: the SIR model Fitting a SIR model to the Belgium data Reproduction number \(R_0\) Using our model to analyze the outbreak if ...
[Read more...]

Can unbalanced randomization improve power?

March 30, 2020 | Keith Goldfeld

Of course, we’re all thinking about one thing these days, so it seems particularly inconsequential to be writing about anything that doesn’t contribute to solving or addressing in some meaningful way this pandemic crisis. But, I find that working provides a balm from reading and hearing all day ...
[Read more...]

Infant Natality & Mortality Rates

March 30, 2020 | Jason Hoffmeier

Reach out to us via LinkedIn  Jason Hoffmeier Edwin Back Baptiste Mokas Michael Lim  View the Github repo for this project here Introduction The Center for Disease Control (CDC) annually publishes material related to the birth rates and death rates of infants born in the United States. They gather a ...
[Read more...]

Analyzing Remote Sensing Data using Image Segmentation

March 30, 2020 | Richard Plant

This post summarizes material posted as an Additional Topic to accompany the book Spatial Data Analysis in Ecology and Agriculture using R, Second Edition. The full post, together with R code and data, can be found in the Additional Topics section of the book’s website, http://psfaculty.plantsciences.ucdavis....
[Read more...]

R Tip: How To Look Up Matrix Values Quickly

March 30, 2020 | John Mount

R is a powerful data science language because, like Matlab, numpy, and Pandas, it exposes vectorized operations. That is, a user can perform operations on hundreds (or even billions) of cells by merely specifying the operation on the column or vector of values. Of course, sometimes it takes a while ... [Read more...]

Why R? Webinars

March 30, 2020 | Marcin Kosiński

Motivated by a successful turnaround of visits of Why R? 2019 keynote talks that uploaded to Why R? YouTube channel we decided to start Why R? Webinars series! We hope this will impact the growth of the R community. Details channel: youtube.com/... [Read more...]

Screenager: screening times at bioRxiv

March 30, 2020 | quantixed

When a preprint is uploaded to bioRxiv, it undergoes screening before it appears online. How long does it take for Affiliates to screen preprints at bioRxiv? tl;dr I used R to look at bioRxiv screening times. Even though bioRxiv has expanded massively, screening happens quickly (in about 24 h). I ...
[Read more...]
1 2 3 14

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)