May 2020

What is isotonic regression?

May 24, 2020 | kjytay

Isotonic regression is a method for obtaining a monotonic fit for 1-dimensional data. Let’s say we have data such that . (We assume no ties among the ‘s for simplicity.) Informally, isotonic regression looks for such that the ‘s approximate … Continue reading →
[Read more...]

Uniquely Merge Fasta Files – Tidy Plots

May 23, 2020 | morphoscape

One of the best ways to compare the characteristics of any data set is to create descriptive plots. The following R scripts have been improved to generate plots of sequence, line, and size statistics for a set of input fasta files. The example outputs have been generated from these scripts ...
[Read more...]

Get Apple’s Mobility Data

May 23, 2020 | R on kieranhealy.org

I’ve been maintaining covdata, an R package with a variety of COVID-related datasets in it. That means I’ve been pulling down updated files from various sources every couple of days. Most of these files are at static locations. While their internal structure may change occasionally, and maybe they’... [Read more...]

How to Build COVID-19 Data-Driven Shiny Apps in 5mins

May 23, 2020 | R Tutorials

Many databases exist in connection with COVID-19, but no virtual platform currently integrates a significant proportion of these sources. It then becomes difficult to make a global analysis, and to make connections between this often-medical information and external factors, notably socio-political. With this in mind, COVID-19 Data Hub aims to ... [Read more...]

Big Data 7: yorkr waltzes with Apache NiFi

May 22, 2020 | Tinniam V Ganesh

In this post, I construct an end-to-end Apache NiFi pipeline with my R package yorkr. This post is a mirror of my earlier post Big Data-5: kNiFing through cricket data with yorkpy based on my Python package yorkpy. The  Apache NiFi Data Pipeilne  flows all the way from the source, ...
[Read more...]

538 Dungeons & Dragons Riddler

May 22, 2020 | R on Data & The World

This problem was the Riddler Classic on 538 for May 15, 2020. The problem is as follows: The fifth edition of Dungeons & Dragons introduced a system of “advantage and disadvantage.” When you roll a die “with advantage,” you roll the die twice and keep the higher result. Rolling “with disadvantage” is similar, except ...
[Read more...]

Create and convert tibbles

May 22, 2020 | Quantargo Blog

Tibbles are the modern reimagination of data frames and share many commonalities with their ancestors. The most visible difference is how tibble contents are printed to the console. Tibbles are part of the tidyverse and used for their more consistent ...
[Read more...]

Basic Linear Regressions for Finance

May 21, 2020 | R Tutorials

Linear Regression In statistics, linear regression is a linear approach to modeling the relationship between a scalar response (or dependent variable) and one or more explanatory variables (or independent variables). The relationships are modeled using linear basis functions, essentially replacing each input with a function of the input. This is ...
[Read more...]

Basic Linear Regressions for Finance

May 21, 2020 | R Tutorials

Linear Regression In statistics, linear regression is a linear approach to modeling the relationship between a scalar response (or dependent variable) and one or more explanatory variables (or independent variables). The relationships are modeled using linear basis functions, essentially replacing each input with a function of the input. This is ...
[Read more...]
1 3 4 5 6 7 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)