Articles by Method Matters

The Vibe of Flanders: Part 2

October 7, 2024 | Method Matters

This blog post is the second installment in a series detailing analyses of the 2023 De Gemeente-Stadsmonitor (The Municipality and City Monitor) survey, conducted in the region of Flanders in Belgium. You can check out the first post here. In the previous post, we used Principal Components Analysis and data visualization ...
[Read more...]

The Vibe of Flanders: Part 1

May 14, 2024 | Method Matters

What’s it like to live in Flanders these days? Flanders, the Northern, Dutch-speaking part of Belgium, conducts a regular survey of the people who live here. The survey is called De Gemeente-Stadsmonitor (The Municipality and City Monitor), and covers a great many topics, from large societal issues to housing ...
[Read more...]

Bayesian Regression Analysis with Rstanarm

September 1, 2021 | Method Matters

In this post, we will work through a simple example of Bayesian regression analysis with the rstanarm package in R. I’ve been reading Gelman, Hill and Vehtari’s recent book “Regression and Other Stories”, and this blog post is my attempt to apply some of the things I’ve ...
[Read more...]

Downloading Fitbit Data Histories with R

June 5, 2019 | Method Matters

In this post, we will see how to download personal Fitbit data histories for step counts, heart rate, and sleep via the Fitbit API. We will use a combination of existing R packages and custom calls to the Fitbit API to get all of the data we are interested in.... [Read more...]

Downloading Fitbit Data Histories with R

June 5, 2019 | Method Matters

In this post, we will see how to download personal Fitbit data histories for step counts, heart rate, and sleep via the Fitbit API. We will use a combination of existing R packages and custom calls to the Fitbit API to get all of the data we are interested in.... [Read more...]

Downloading Fitbit Data Histories with R

June 5, 2019 | Method Matters

In this post, we will see how to download personal Fitbit data histories for step counts, heart rate, and sleep via the Fitbit API. We will use a combination of existing R packages and custom calls to the Fitbit API to get all of the data we are interested in. ... [Read more...]

FizzBuzz in R and Python

April 21, 2019 | Method Matters

In this post, we will solve a simple problem (called "FizzBuzz") that is asked by some employers in data scientist job interviews. The question seeks to ascertain the applicant's familiarity with basic programming concepts. We will see 2 different ways to solve the problem in 2 different statistical programming languages: R and ... [Read more...]
1 2 3

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)