March 2020

Faster R package installation

March 23, 2020 | Colin Gillespie

Faster package installation Every few weeks or so, a tweet pops up asking about how to speed up package installation in R Depending on the luck of twitter, the author may get a few suggestions. The bigger picture is that package installation time is starting to become more of an ...
[Read more...]

Visualizing a Markov Chain

March 22, 2020 | R on Will Hipson

A Markov Chain describes a sequence of states where the probability of transitioning from states depends only the current state. Markov chains are useful in a variety of computer science, mathematics, and probability contexts, also featuring prominentl... [Read more...]

Drop columns based on NAs percentage in R

March 22, 2020 | R | TypeThePipe

Are you developing an automated exploration tool? Here we propose some alternatives to drop columns with high percentage of NAs. In this previous tip we talk about BaseR vs Tidy & Purrr counting NAs performance. Not leaving the pipeflow. How much does it cost?;) It depends on the NA distribution between ...
[Read more...]

Visualizing a Markov Chain

March 22, 2020 | R on Will Hipson

A Markov Chain describes a sequence of states where the probability of transitioning from states depends only the current state. Markov chains are useful in a variety of computer science, mathematics, and probability contexts, also featuring prominently in Bayesian computation as Markov Chain Monte Carlo. Here, we’re going to ...
[Read more...]

Analyzing churn with chaid

March 22, 2020 | Posts on R Lover ! a programmer

This post tries to accomplish several things concisely. I’m making available a new function (chaid_table()) inside my own little CGPfunctions package, reviewing some graphing options and revisiting our old friend CHAID – Chi Squared \(\chi^2\) Automated Interaction Detection – to look at modeling a “real world” business problem. It’s ...
[Read more...]

‘mustashe’ Explained

March 22, 2020 | Posts | Joshua Cook

The purpose of the ‘mustashe’ R package is to save objects that result from some computation, then load the object from file the next time the computation is performed. In other words, the first time a chunk of code is evaluated, the output can be stashed for the next time ... [Read more...]

‘mustashe’ Explained

March 22, 2020 | Posts | Joshua Cook

The purpose of the ‘mustashe’ R package is to save objects that result from some computation, then load the object from file the next time the computation is performed. In other words, the first time a chunk of code is evaluated, the output can be stashed for the next time ... [Read more...]

Infectious diseases and nonlinear differential equations

March 22, 2020 | Fabian Dablander

Last summer, I wrote about love affairs and linear differential equations. While the topic is cheerful, linear differential equations are severely limited in the types of behaviour they can model. In this blog post, which I spent writing in self-quarantine to prevent further spread of SARS-CoV-2 — take that, cheerfulness — I ...
[Read more...]

Tempered MCMC for Multimodal Posteriors

March 21, 2020 | R on

Previous Posts This is part of a sequence of posts chronicling my journey to manually implement as many MCMC samplers as I can from scratch. Code from previous psots can be found on GitHub. Also I tweet more than I should: StableMarkets. The Mul... [Read more...]

Tempered MCMC for Multimodal Posteriors

March 21, 2020 | R on

Previous Posts This is part of a sequence of posts chronicling my journey to manually implement as many MCMC samplers as I can from scratch. Code from previous psots can be found on GitHub. Also I tweet more than I should: StableMarkets. The Mult...
[Read more...]

Tempered MCMC for Multimodal Posteriors

March 21, 2020 | R on

Previous Posts This is part of a sequence of posts chronicling my journey to manually implement as many MCMC samplers as I can from scratch. Code from previous psots can be found on GitHub. Also I tweet more than I should: StableMarkets. The Mult...
[Read more...]

Deploying RMarkdown Online

March 21, 2020 | Jesse Cambon

RMarkdown is a great tool for creating a variety of documents with R code and it’s a natural choice for producing blog posts such as this one. However, depending on which blog software you use, you may run into some problems related to the file paths for figure images (...
[Read more...]
1 3 4 5 6 7 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)