2019

Getting started with {golem}

September 29, 2019 | Colin Fay

A little blog post about where to look if you want to get started with {golem}, and an invitation to code with us in October. go-what? If you’ve never heard about it before, {golem} is a tool for building production-grade Shiny applications. With {golem}, Shiny developers have a toolkit ... [Read more...]

We should buy a VaR

September 28, 2019 | Héctor

When you are in 101 of risk management is usual to confuse Bar, VAR and VaR, the first one refers to a place that you should buy (it is a bad idea, do not do it), the second is Vector Autoregressive and the last one Value at Risk, our matter. What ...
[Read more...]

Heart Disease Prediction From Patient Data in R

September 28, 2019 | [R]eliability

In this post I’ll be attempting to leverage the parsnip package in R to run through some straightforward predictive analytics/machine learning. Parsnip provides a flexible and consistent interface to apply common regression and classification algorithms in R. I’ll be working with the Cleveland Clinic Heart Disease dataset ...
[Read more...]

Posts

September 28, 2019 | Blog on Credibly Curious

[This article was first published on Blog on Credibly Curious, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here) Want to share [Read more...]

Tidy forecasting in R

September 28, 2019 | R on Rob J Hyndman

The fable package for doing tidy forecasting in R is now on CRAN. Like tsibble and feasts, it is also part of the tidyverts family of packages for analysing, modelling and forecasting many related time series (stored as tsibbles). For a brief introduction to tsibbles, see this post from last ...
[Read more...]

Matrix cross-distances using Rcpp

September 27, 2019 | r-bloggers on mpjdem.xyz

I promised to keep these posts short and sweet, and have been failing miserably lately. So how about a quick one? The problem One of the things I find myself implementing again and again in R is the computation of the Euclidean cross-distances of all pairwise points between two coordinate ... [Read more...]

Coding algorithms in R for models written in Stan

September 27, 2019 | Pierre Jacob

Hi all, On top of recommending the excellent autobiography of Stanislaw Ulam, this post is about using the software Stan, but not directly to perform inference, instead to obtain R functions to evaluate a target’s probability density function and its gradient. With which, one can implement custom methods, while ...
[Read more...]

Mapping the Underlying Social Structure of Reddit

September 27, 2019 | Posts on Data Science Diarist

Reddit is a popular website for opinion sharing and news aggregation. The site consists of thousands of user-made forums, called subreddits, which cover a broad range of subjects, including politics, sports, technology, personal hobbies, and self-improvement. Given that most Reddit users contribute to multiple subreddits, one might think of Reddit ...
[Read more...]

100% Stacked Chicklets

September 27, 2019 | hrbrmstr

I posted a visualization of email safety status (a.k.a. DMARC) of the Fortune 500 (2017 list) the other day on Twitter and received this spiffy request from @MarkAltosaar: Would you be willing to add the R code used to produce this to your vignette for ggchicklet? I would love to ...
[Read more...]

Gold-Mining Week 4 (2019)

September 27, 2019 | Michael Griebe

Welcome to the 2019 Fantasy Football Season! Week 4 Gold Mining and Fantasy Football Projection Roundup now available. The post Gold-Mining Week 4 (2019) appeared first on Fantasy Football Analytics. [Read more...]

Why Do We Plot Predictions on the x-axis?

September 27, 2019 | Nina Zumel

When studying regression models, One of the first diagnostic plots most students learn is to plot residuals versus the model’s predictions (that is, with the predictions on the x-axis). Here’s a basic example. # build an "ideal" linear process. set.seed(34524) N = 100 x1 = runif(N) x2 = runif(N) noise = 0.25*...
[Read more...]

Conference abstract bi-grams – FOSS4GUK

September 27, 2019 | mikerspencer

I helped run a conference last week. As part of this I produced a wordcloud from the conference abstracts, although pretty it could have been more informative of the conference content. This blog post shows you how to make a network of conference bi-grams.
[Read more...]
1 34 35 36 37 38 155

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)