May 2020

Critique of “Projecting the transmission dynamics of SARS-CoV-2 through the postpandemic period” — Part 1: Reproducing the results

May 27, 2020 | Radford Neal

I’ve been looking at the following paper, by researchers at Harvard’s school of public health, which was recently published in Science: Kissler, Tedijanto, Goldstein, Grad, and Lipsitch (2020) Projecting the transmission dynamics of SARS-CoV-2 through the postpandemic period (also available here, with supplemental materials here). This is one of ...
[Read more...]

Binary Logistic Regression With R

May 27, 2020 | datasciencebeginners

Binary Logistic Regression is used to explain the relationship between the categorical dependent variable and one or more independent variables. When the dependent variable is dichotomous, we use binary logistic regression. However, by default, a binary logistic regression is almost always called logistics regression. Overview – Binary Logistic Regression The logistic ...
[Read more...]

Call for papers on data reuse

May 26, 2020 | R | msperlin

Myself and Henrique Martins (PUC Rio) organized a call for papers on data reuse, for publication in RAC – Revista de Administração Contemporanea. The deadline for submission is 10th october 2020, with expected publication date in july 2021. We will... [Read more...]

Survival Analysis in Cricket

May 26, 2020 | R | Asitav Sen

Survival Analysis Survival analysis deals with estimating probability of continuation of a particular status-quo at given point in time. Naturally, it also estimates the probability of discontinuation of the status quo i.e. occurance of an event or a hazard. It finds application in several fields. For e.g. in ...
[Read more...]

Analyzing data from COVID19 R package

May 26, 2020 | R | TypeThePipe

Introduction The idea behind this post was to play and discover some of the info contained in the COVID19 R package which collects data across several governmental sources.This package is being developed by the Guidotti and Ardia from COVID19 Data Hub. Later, I will add to the analysis the ...
[Read more...]

My Favorite dplyr 1.0.0 Features

May 26, 2020 | Posts on Tychobra

As you are likely aware by now, the dplyr 1.0.0 release is right around the corner. I am very excited about this huge milestone for dplyr. In this post, we’ll go over my favorite new features coming in the 1.0.0 release.
# Install development version of dplyr
remotes::install_github(
  "tidyverse/dplyr", 
  ref = "23c166fa7cc247f0ee1a4ee5ac31cd19dc63868d"
)
Note: in the above call to install_github(), I ...
[Read more...]

Polygons to hexagons

May 26, 2020 | Michael

Hexagon tessellation using the great geogrid package. The départements are the second level of administrative government in France. They neither have the same area nor the same population and this heterogeneity provides a few challenges for a fair and accurate map representation (see the post on smoothing). However if ... [Read more...]

Why R? Webinar –

May 26, 2020 | Marcin Kosiński

May 28th (8:00pm UTC+2) will bring another fascinating Webinar at Why R? Foundation. We will have a joint talk by Bernd Bischl, Florian Pfisterer and Martin Binder about Pipelines and AutoML with mlr3. See you on the Webinar! Details donate: why... [Read more...]
1 2 3 4 5 17

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)