The Data Digest (@digestdata) 's Twitter Profile
The Data Digest

@digestdata

ID: 1003740471687045120

linkhttps://www.youtube.com/c/TheDataDigest calendar_today04-06-2018 20:49:11

364 Tweet

483 Followers

429 Following

The Data Digest (@digestdata) 's Twitter Profile Photo

#30DayChartChallenge – Day 14: Kinship 👨‍👩‍👧‍👦 Ever heard of regression to the mean? It all started 1886 with this dataset (205 families and 928 children), when Francis Galton published "Regression towards mediocrity in hereditary stature", coining the term "regression" to describe

#30DayChartChallenge – Day 14: Kinship 👨‍👩‍👧‍👦

Ever heard of regression to the mean?
It all started 1886 with this dataset (205 families and 928 children), when Francis Galton published "Regression towards mediocrity in hereditary stature", coining the term "regression" to describe
The Data Digest (@digestdata) 's Twitter Profile Photo

Day 19 | Smooth (Timeseries) of the #30DayChartChallenge If the daily stock market changes are too exciting for you, you can add a running average to smooth things out. I used the slider package to calculate the 7-day and 30-day averages of the magnificent seven since 2022.

Day 19 | Smooth (Timeseries) of the #30DayChartChallenge

If the daily stock market changes are too exciting for you, you can add a running average to smooth things out.
I used the slider package to calculate the 7-day and 30-day averages of the magnificent seven since 2022.
The Data Digest (@digestdata) 's Twitter Profile Photo

🚨 50% OFF DataCamp Annual Subscription! 🚨 Learn R, Python, Power BI, Tableau, SQL, ML & more with hands-on courses. I’ve used it for years — it works. Level up your skills or learn something new: 👇 🔗 datacamp.pxf.io/BnRa3W #DataCamp #MachineLearning #LearnToCode

🚨 50% OFF DataCamp Annual Subscription! 🚨

Learn R, Python, Power BI, Tableau, SQL, ML & more with hands-on courses. I’ve used it for years — it works.

Level up your skills or learn something new: 👇
🔗 datacamp.pxf.io/BnRa3W

#DataCamp #MachineLearning #LearnToCode
The Data Digest (@digestdata) 's Twitter Profile Photo

Day 23 (Log_Scale | Time series) #30daychartchallenge There are many ways to show continuous & skewed data on a log scale in #rstats 📉 1️⃣ Transform directly in aes(x = log10(gdpPercap)) 2️⃣ Use scale_x_log10() 3️⃣ Use scale_x_continuous(transform = "log10") 4️⃣ Or go with

Day 23 (Log_Scale | Time series) #30daychartchallenge
There are many ways to show continuous & skewed data on a log scale in #rstats 📉

1️⃣ Transform directly in aes(x = log10(gdpPercap))
2️⃣ Use scale_x_log10()
3️⃣ Use scale_x_continuous(transform = "log10")
4️⃣ Or go with