April 2018

Y is for Ys, Y-hats, and Residuals

April 28, 2018 |

Y is for Ys, Y-hats, and Residuals When working with a prediction model, like a linear regression, there are a few Ys you need to concern yourself with: the ys (observed outcome variable), the y-hats (predicted outcome variables based on the equation), and the residuals (y minus y-hat). Today, I'll ...
[Read more...]

Almost full

April 27, 2018 | R on Gianluca Baio

We’re getting closer to the deadline for registration to our summer school. There are some more places available, though and we are actually keeping the process very “informal”. So that we’ll probably allow people to keep registering (if we have still rooms, which we do for now) until ...
[Read more...]

Almost full

April 27, 2018 | R on Gianluca Baio

We’re getting closer to the deadline for registration to our summer school. There are some more places available, though and we are actually keeping the process very “informal”. So that we’ll probably allow people to keep re...
[Read more...]

Re-exporting the magrittr pipe operator

April 27, 2018 | petermeissner

… or how I stoped worrying and wrote a blog post to remember it ad infinitum. Magrittr’s pipe operator is one of those newish R-universe features that I really want to have around whenever I put some lines into an R-console. This is even TRUE when writing a package. So ... [Read more...]

ANNOUNCEMENT: EARL London 2018 speakers

April 27, 2018 | Mango Solutions

We are excited to announce the speakers for this year's EARL London Conference! Every year, we receive an immense number of excellent abstracts and this year was no different - in fact, it's getting harder to decide. We spent a lot of time deliberating and had to make some tough ...
[Read more...]

A maze-solving Minecraft robot, in R

April 27, 2018 | David Smith

Last week at the New York R Conference, I gave a presentation on using R in Minecraft. (I've embedded the slides below.) The demo gods were not kind to me, and while I was able to show building a randomly-generated maze in the Minecraft world, my attempt to have the ... [Read more...]

How to Plot With Ggiraph

April 27, 2018 | Euthymios Kasvikis

INTRODUCTION The ggiraph is an htmlwidget and a ggplot2 extension. It allows ggplot graphics to be animated. Animation is made with ggplot geometries that can understand three arguments: Tooltip: a column of data-sets that contain tooltips to be displayed when the mouse is over elements. Onclick: a column of data-sets ... [Read more...]

X is for By

April 27, 2018 |

X is for ByToday's post will be rather short, demonstrating a set of functions from the psych package, which allows you to conduct analysis by group. These commands add "By" to the end of existing functions. But first, a word of caution: With great power comes great responsibility. This function ...
[Read more...]

Imperial postdoc in Bayesian nonparametrics

April 27, 2018 | xi'an

Here is another announcement for a post-doctoral position in London (UK) to work with Sarah Filippi. In the Department of Mathematics at Imperial College London. (More details on the site or in this document. Hopefully, the salary is sufficient for staying in London, if not in South Kensington!) The post ...
[Read more...]

Well-Behaved Functions – Exercises

April 26, 2018 | sindri

It is said that, in R, everything that happens is a function call. So, if we want to improve our ability to make things happen the way we want them to, maybe it’s worth getting very comfortable with how functions work in R. In this exercise set, we’ll ...
[Read more...]

Simple Spatial Modeling – Part 1: Exercises

April 26, 2018 | Hanif Kusuma

This exercise is an extension of the last two previous exercises about numerical modeling. They can be found here and here. Those two previous exercises are representing how the model works in a lumped system. At this time, we will try to bring a space into our model. Make sure ...
[Read more...]

W is for (Meta-Analysis) Weights

April 26, 2018 |

Weights in Meta-AnalysisYesterday, I talked about the variance calculation for meta-analysis, which is based on sample size - the exact calculation varies by the type of effect size you're using. It's a good idea to inspect those variance calculations. There are many places where your numbers for the meta-analysis can ...
[Read more...]

R HTMLWidgets in Jupyter Notebooks

April 26, 2018 | Tony Hirst

A quick note for displaying R htmlwidgets in Jupyter notebooks without requiring pandoc – there may be a more native way but this acts as a workaround in the meantime if not: PS and from the other side, using reticulate for Python powered Shiny apps.
[Read more...]

What’s New in healthcare.ai Version 2.0

April 25, 2018 | Michael Levy

We are thrilled to announce the release of version 2.0 of our R package, healthcare.ai. The goal of the software is to make it as easy and fast as possible to put machine learning models to work for health systems. We overhauled the code for this release to make the ... [Read more...]
1 2 3 4 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)