November 2021

Shooting Stars

November 21, 2021 | HighlandR

This question popped up in my Twitter feed earlier, courtesy of @PipingHotData I did answer in a tweet, but I want to expand on that, so here goes.. Why would you follow someone on GitHub? I suppose the obvious one, at least for me, is t...
[Read more...]

How to Scrape and Store Strava Data Using R

November 21, 2021 | R Views

This post by Julian During is the third place winner in the Call for Documentation contest. Julian is a data scientist from Germany working in the manufacturing industry. Julian loves working with R (especially the tidyverse ecosystem), sp...
[Read more...]

Binary Missing Value Imputation

November 20, 2021 | R on Data & The World

A few datasets that I’ve seen have come with several different columns representing binary responses to questions. Naturally, there are missing values scattered throughout, so some amount of imputation had to occur. I decided to try coding up a w... [Read more...]

How to Perform Univariate Analysis in R

November 20, 2021 | finnstats

Recommended to read most recent job openings and UpToDate tutorials from finnstats Perform Univariate Analysis in R, In statistics, there are three different types of strategies for univariate data analysis. There are three types of analysis: univariate, bivariate, and multivariate. Subscribe The term “univariate analysis” refers... The post How to ...
[Read more...]

cusumcharter available on CRAN

November 19, 2021 | HighlandR

I submitted my cusumcharter package to CRAN late last Friday evening and was pleasantly surprised to receive an email early on Monday advising me it was on its way to CRAN. Big thanks to the CRAN maintainers who manage to work through the qu...
[Read more...]

Calculate Polychoric Correlation in R

November 19, 2021 | finnstats

Recommended to read most recent job openings and UpToDate tutorials from finnstats Calculate Polychoric Correlation in R, The correlation between ordinal variables is calculated using polychoric correlation. Remember that ordinal variables are categorical possible values and natural order. Some of the common scales measured on an... The post Calculate Polychoric ... [Read more...]

dice and sticks

November 18, 2021 | xi'an

A quick weekend riddle from the Riddler about the probability of getting a sequence of increasing numbers from dice with an increasing number of faces, eg 4-, 6-, and 8-face dice. Which happens to be 1/4. By sheer calculation (à la Gauss) or simple enumération (à la R): __ for(i in 1:4)for(...
[Read more...]

R Shiny Apps in 100 Seconds

November 18, 2021 | Stephen McDaniel

Want decision-makers to benefit from your R programs? Use the R shiny package to turn them into data-driven, interactive web apps – R shiny apps. Learn the basics of why R shiny is crucial in sharing analyses with your colleagues to empower them in running the business. See an R forecast ...
[Read more...]

Calculate Confidence Intervals in R

November 18, 2021 | finnstats

Recommended to read most recent job openings and UpToDate tutorials from finnstats Calculate Confidence Intervals in R, A confidence interval is a set of values that, with a high degree of certainty, are likely to include a population parameter. Confidence intervals can be found all over... The post Calculate Confidence ... [Read more...]

{filebin} Quick & Easy File Sharing

November 17, 2021 | R - datawookie

At Fathom Data we have a number of workflows that require us to share various bits of data for a short time. The data are not sensitive, so we can freely share them. We have been doing this manually via platforms like Google Drive, Box or Dropbox. However we need ...
[Read more...]

{filebin} Quick & Easy File Sharing

November 17, 2021 | R - datawookie

At Fathom Data we have a number of workflows that require us to share various bits of data for a short time. The data are not sensitive, so we can freely share them. We have been doing this manually via platforms like Google Drive, Box or Dropbox. However we need ...
[Read more...]

Deploying xaringan Slides with GitHub Pages

November 17, 2021 | R Views

Silvia Canelón is a researcher, community organizer, and R educator. Her research leverages electronic health record data to study pregnancy-related outcomes, and her organizing values data literacy and communication as ways to build power and effect change. This post will guide you step-by-step through the process of creating an ... [Read more...]

Homoscedasticity in Regression Analysis

November 17, 2021 | finnstats

finnstats can help you improve your data abilities and advance your profession. Homoscedasticity in Regression Analysis, The Goldfeld–Quandt test checks for homoscedasticity in regression studies in statistics. Subscribe This is accomplished by separating a dataset into two portions or groups, which is why the test is... The post Homoscedasticity ... [Read more...]
1 2 3 4 5 8

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)