April 2018

Why We Invest in healthcare.ai

April 22, 2018 | Levi Thatcher

­­­­We started healthcare.ai in late 2016 to bring machine learning (ML) to the healthcare masses. As we release version 2.0 of the software (on April 20th), it’s worth stepping back to fully understand why we invest in this open-source project, which is freely available to all. Why would a for-profit ... [Read more...]

Upcoming talks: May-July 2018

April 22, 2018 | R on Rob J Hyndman

First semester teaching is nearly finished, and that means conference season for me. Here are some talks I’m giving in the next two months. Click the links for more details. Melbourne, Australia. 28 May: Panel discussion: Forecasting models, the uncertainties and associated risk Boulder, Colorado, USA. 17-20 June: International Symposium ... [Read more...]

Forecasting in NYC: 25-27 June 2018

April 22, 2018 | R on Rob J Hyndman

In late June, I will be in New York to teach my 3-day workshop on Forecasting using R. Tickets are available at Eventbrite. This is the first time I’ve taught this workshop in the US, having previously run it in the Netherlands and Australia. It will be based on ... [Read more...]

An Introduction to Greta

April 22, 2018 | R Views

I was surprised by greta. I had assumed that the tensorflow and reticulate packages would eventually enable R developers to look beyond deep learning applications and exploit the TensorFlow platform to create all manner of production-grade statistical applications. But I wasn’t thinking Bayesian. After all, Stan is probably everything ...
[Read more...]

Statistics Sunday: Using semPlot

April 22, 2018 |

using semPlot with Facebook ModelsToday's post will be mostly demonstration, but I'll build on some of the things I covered in yesterday's semPlot post. This month, I've blogged about two SEM models: confirmatory factor analysis and latent variable path analysis. Using the models from those posts, I'll show how to ...
[Read more...]

Predatory Journals and R

April 22, 2018 | Marcelo S. Perlin

- My paper about the penetration of predatory journals in Brazil, Is predatory publishing a real threat? Evidence from a large database study, just got published in Scientometrics!. The working paper version is available in SSRN. This is a nice example of a data-intensive scientific work cycle, from gathering data to ... [Read more...]

Predatory Journals and R

April 21, 2018 | R on msperlin

My paper about the penetration of predatory journals in Brazil, Is predatory publishing a real threat? Evidence from a large database study, just got published in Scientometrics!. The working paper version is available in SSRN. This is a nice example o... [Read more...]

Playing with #rstatsnyc, Neo4J and R

April 21, 2018 | Colin Fay

A search on Twitter, some R, and just enough Neo4J. Disclaimer: of course everything here could be done in pure R. But hey, where’s the fun in that? Disclaimer bis: this blogpost relies on {neo4r}, a package still under active development. Get the tweets library(rtweet) ny % ...
[Read more...]

S is for semPlot Package

April 21, 2018 |

S is for semPlotToday's post is on my favorite, "where have you been all my statistical life?" package, semPlot. When I took my first structural equation modeling course 11 years ago, for our final project, we had to use one of the models we learned in the course on a set ...
[Read more...]

Fitting GAMs with brms: part 1

April 21, 2018 | Gavin L. Simpson

Regular readers will know that I have a somewhat unhealthy relationship with GAMs and the mgcv package. I use these models all the time in my research but recently we’ve been hitting the limits of the range of models that mgcv can fit. So I’ve been looking into ...
[Read more...]

Classification: Get the Balance Right

April 20, 2018 | R on datawookie

For classification problems the positive class (which is what you’re normally trying to predict) is often sparsely represented in the data. Unless you do something to address this imbalance then your classifier is likely to be rather underwhelming. Achieving a reasonable balance in the proportions of the target classes ...
[Read more...]

R:case4base – data subsetting and manipulation with base R

April 20, 2018 | Jozef's Rblog

Contents Introduction How to use this article Selecting (subsetting) relevant data from a data.frame Constructing meaningful subsets simply and safely More ways to provide subset indices Alternatives to base R TL;DR - Just want the code Exercises References Exercise answers Introduction In the previous article we discussed and ... [Read more...]

R:case4base – data filtering and ordering with base R

April 20, 2018 | R Blog

Contents Introduction How to use this article Selecting (subsetting) relevant data from a data.frame Constructing meaningful subsets simply and safely More ways to provide subset indices Sorting data Sorting by multiple vectors with different order Alternatives to base R TL;DR - Just want the code Exercises References Exercise ... [Read more...]
1 2 3 4 5 6 15

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)