November 2020

An Attempt at Tweaking the Electoral College

November 15, 2020 | R | JLaw's R Blog

Motivation With the 2020 Election wrapping up and a renewed discussion about the merits of the Electoral College I’ve been thinking more about the system and why it might be the way it is. While I understand the rationale of why doing a complete popular vote would have unintended consequences, ...
[Read more...]

The Birth of a Galaxy

November 15, 2020 | Wenyao

Universe by tidyverse. Image by NASA/JPL-Caltech/R. Hurt In celebration of my first appearance on R-Bloggers There is no denying that some of the most awe-inspiring photos ever taken can be found in astrophotography. In my low-cost attempt at...
[Read more...]

Le Monde puzzle [#1164]

November 15, 2020 | xi'an

The weekly puzzle from Le Monde is quite similar to older Diophantine episodes (I find myself impossible to point out): Give the maximum integer that cannot be written as 105x+30y+14z. Same question for 105x+70y+42z+30w. These are indeed Diophantine equations and the existence of a solution ...
[Read more...]

constants: Update to 2018 CODATA values

November 15, 2020 | Iñaki Úcar

The constants package contains CODATA internationally recommended values of the fundamental physical constants, provided as symbols for direct use within the R language. Optionally, the values with uncertainties and/or units are also provided if the errors, units and/or quantities packages are installed. The Committee on Data for Science ... [Read more...]

Some notes when using dot-dot-dot (…) in R

November 14, 2020 | kjytay

When writing functions R, the ... argument is a special argument useful for passing an unknown number of arguments to another function. This is widely used in R, especially in generic functions such as plot(), print(), and apply(). Hadley Wickham’s … Continue reading → [Read more...]

UMAP clustering in Python

November 14, 2020 | Francisco de Abreu e Lima

Embracing Python in this tutorial series has long been a matter of time. For the last five years I have been championing R mostly because of its wide applicability and quite frankly, my own convenience. However, there is little any programming language can do to singlehandedly solve a variety of ...
[Read more...]

Fitting a spline with PyMC3

November 14, 2020 | Posts | Joshua Cook

Introduction Often, the model we want to fit is not a perfect line between some $x$ and $y$. Instead, the parameters of the model are expected to vary over $x$. There are multiple ways to handle this situation, one of which is to fit a spline. The spli...
[Read more...]

Submitting a PR to {shiny} LIVE

November 14, 2020 | Dean Attali's R Blog

Debugging with Dean series: Instead of waiting for RStudio to fix a bug I found, I made a pull request to fix the issue, and recorded the entire process - The “Debugging with Dean” educational video series is in full force, and in... [Read more...]

Colorize black-and-white photos

November 14, 2020 | Posts | Joshua Cook

DeepAI is a research company that develops a wide variety of deep neural network (DNN) models using the bleeding edge of AI research. For example, they have built models for sentiment analysis of text, nudity detection, artistic style transfer, text s...
[Read more...]

Fast Class-Agnostic Data Manipulation in R

November 13, 2020 | R, Econometrics, High Performance

In previous posts I introduced collapse, a powerful (C/C++ based) new framework for data transformation and statistical computing in R - providing advanced grouped, weighted, time series, panel data and recursive computations in R at superior execution speeds, greater flexibility and programmability. collapse 1.4 released this week additionally introduces an ...
[Read more...]
1 5 6 7 8 9 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)