March 2019

Efficient MCMC with Caching

March 2, 2019 | AO

This post is part of a running series on Bayesian MCMC tutorials. For updates, follow @StableMarkets. Metropolis Review Metropolis-Hastings is an MCMC algorithm for drawing samples from a distribution known up to a constant of proportionality, $latex p(\theta | y) \propto p(y|\theta)p(\theta)$. Very briefly, the algorithm ... [Read more...]

Using the R Package Profvis on a Linear Model

March 2, 2019 | aaronddl

Not all data scientists were computer scientists who discovered their exceptional data literacy skills. They come from all walks of life, and sometimes that can mean optimizing for data structures and performance isn’t the top priority. That’s perfectly fine! There may come a time where you find yourself ...
[Read more...]

rquery Substitution

March 2, 2019 | John Mount

The rquery R package has several places where the user can ask for what they have typed in to be substituted for a name or value stored in a variable. This becomes important as many of the rquery commands capture column names from un-executed code. So knowing if something is ... [Read more...]

How the Victorians Mapped London’s Cholera

March 2, 2019 | James

It is, of course, John Snow who is credited with using maps to demonstrate that the clusters of deaths from cholera in London’s Soho during London’s 1854 outbreak were caused by contaminated water. This marked a major shift in thinking away from the disease being transmitted through dirty air: ... [Read more...]

Visualizing Bike Share Data (NiceRide)

March 1, 2019 | Matt

This tutorial will cover exploring and visualizing data through 2018 for the Minneapolis, MN bike sharing service NiceRide. Part of what makes R incredible isContinue ReadingVisualizing Bike Share Data (NiceRide)
[Read more...]

Window Functions in SQL vs. R

March 1, 2019 | Pete Talbert

Both MS SQL Server and R’s dplyr package offer window functions for different operations on a dataset. What are window functions? Window functions operate on a set of rows or “window” and return a value for each row, whether that’s something like a ... [Read more...]

When principal component is not unique

March 1, 2019 | R on From System to System

This quarter, I’m TAing my adviser’s class on computational biology. Though I have taken this class a year ago and got an A, TAing really deepened my understanding of the course material, much of which I have long been using routinely without thinking, such as principal component analysis (...
[Read more...]

R blogs I follow

March 1, 2019 | R on From System to System

This page is about R resources. I also have a list of resources about dialogues between science and religion. One of my favorite aspects of R is the vibrant R community. A way to learn from the community - new tools, cool efficient tricks, something to note about data analysis ... [Read more...]

Tractatus Logico (Phylo)sophicus

March 1, 2019 | Blog - BS

Over the Christmas holidays, I read "Maths Meets Myths: Quantitative Approaches to Ancient Narratives," from the Springer Understanding Complex Systems collection. The authors present their application of "hard" science techniques to datasets coming from the humanities -- mostly large corpus of texts, legends and myths. One paper in particular uses ...
[Read more...]

Top 8 Docker Images for Data Science

March 1, 2019 | Nagdev

Dockerizing Data Science: Introduction PreReqs: Docker, images, and containers Dockerizing data science packages have become more relevant these days mainly because you can isolate your data science projects without breaking anything. Dockerizing data science projects also make most of your projects portable and sharable and not worrying about installing right ... [Read more...]

An architecture for real-time scoring with R

March 1, 2019 | David Smith

Let's say you've developed a predictive model in R, and you want to embed predictions (scores) from that model into another application (like a mobile or Web app, or some automated service). If you expect a heavy load of requests, R running on a single server isn't going to cut ...
[Read more...]

The delta method and its implementation in R

March 1, 2019 | Yossi Levy

Suppose that you have a sample of a variable of interest, e.g. the heights of men in certain population, and for some obscured reason you are interest not in the mean height μ but in its square μ². How would you inference on μ², e.g. test a hypothesis or calculate a ... [Read more...]

Powerball demystified

March 1, 2019 | Yossi Levy

The US Powerball lottery hysteria took another step when no one won the big jackpot in the last draw that took place on October 20, 2018. So, the total jackpot is now 2.22 billion dollars. I am sure that you want to win this jackpot. I myself want to win it. Actually, there ... [Read more...]

R Journal publication

March 1, 2019 | Eran Raviv

The R Journal is the open access, refereed journal of the R project for statistical computing. It features short to medium length articles covering topics that should be of interest to users or developers of R. Christoph Weiss, Gernot Roetzer and myself have joined forces to write an R package ...
[Read more...]

A brief history of clinical trials

March 1, 2019 | Yossi Levy

The earliest report of a clinical trial is probably provided in the Book of Daniel. Daniel and a group of other Jewish people who stayed at the palace of the king of Babylon, did not want to eat the king’s non-Kosher food and preferred a vegetarian diet. To show ... [Read more...]
1 13 14 15 16

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)