Publications by Nicole Radziwill

Sampling Distributions and Central Limit Theorem in R

29.03.2015

The Central Limit Theorem (CLT), and the concept of the sampling distribution, are critical for understanding why statistical inference works. There are at least a handful of problems that require you to invoke the Central Limit Theorem on every ASQ Certified Six Sigma Black Belt (CSSBB) exam. The CLT says that if you take many repeated samples ...

3522 sym R (1564 sym/3 pcs) 6 img

My New Favorite Statistics & Data Analysis Book Using R

20.04.2015

(Note: The Amazon site may not be fully functional until mid-week as they complete their setup.) As of today, I now have a NEW FAVORITE introductory statistics textbook… the one I’ve always dreamed of having. I’ve been looking for a book to use in my classes for undergraduate sophomores and juniors, but none of the textbooks I considered...

5902 sym 6 img

Randomly Sample Twitter Followers in R

27.04.2015

Image Credit: Doug Buckley at http://hyperactive.to So yesterday, I set up an #AmazonGiveaway for my new R book at https://giveaway.amazon.com/p/ea32d421d8d7672d — but I had my 10 year old input the number that will determine every nth person who gets the printed copy delivered to them, so that I’d be surprised too when it happened. Well I...

3492 sym R (318 sym/4 pcs) 6 img

What (Really) is a Data Scientist?

13.07.2015

Drew Conway’s very popular Data Science Venn Diagram. From http://drewconway.com/zia/2013/3/26/the-data-science-venn-diagram What is a data scientist? What makes for a good (or great!) data scientist? It’s been challenging enough to determine what a data scientist really is (several people have proposed ways to look at this). The Guardian (a ...

9528 sym 6 img

A Simple Intro to Bayesian Change Point Analysis

14.07.2015

The purpose of this post is to demonstrate change point analysis by stepping through an example of change point analysis in R presented in Rizzo’s excellent, comprehensive, and very mathy book, Statistical Computing with R, and then showing alternative ways to process this data using the changepoint and bcp packages. Much of the commentary is s...

6756 sym R (2031 sym/5 pcs) 10 img

A 15-Week Intro Statistics Course Featuring R

23.07.2015

Morgan at Burning Man 2014. (Image Credit: Nicole Radziwill) Do you teach introductory statistics or data science? Need some help planning your fall class? I apply the 10 Principles of Burning Man in the design and conduct of all my undergraduate and graduate-level courses, including my introductory statistics class (which has a heavy focus on R ...

2322 sym 6 img

Logistic Growth, S Curves, Bifurcations, and Lyapunov Exponents in R

24.07.2015

If you’ve ever wondered how logistic population growth (the Verhulst model), S curves, the logistic map, bifurcation diagrams, sensitive dependence on initial conditions, “orbits”, deterministic chaos, and Lyapunov exponents are related to one another… this post attempts to provide a simplified explanation(!) in just 10 steps, each with s...

8495 sym R (2843 sym/6 pcs) 20 img

Control Charts in R: A Guide to X-Bar/R Charts in the qcc Package

01.11.2015

Statistical process control provides a mechanism for measuring, managing, and controlling processes. There are many different flavors of control charts, but if data are readily available, the X-Bar/R approach is often used. The following PDF describes X-Bar/R charts and shows you how to create them in R and interpret the results, and uses the fan...

903 sym 6 img

My First (R) Shiny App: An Annotated Tutorial

05.12.2015

Image Credit: Doug Buckley of http://hyperactive.to I’ve been meaning to learn Shiny for 2 years now… and thanks to a fortuitous email from @ImADataGuy this morning and a burst of wild coding energy about 5 hours ago, I am happy to report that I have completely fallen in love again. The purpose of this post is to share how I got my first Shin...

1096 sym R (7029 sym/1 pcs) 6 img

My Second (R) Shiny App: Sampling Distributions & CLT

07.12.2015

Image Credit: Doug Buckley of http://hyperactive.to I was so excited about my initial foray into Shiny development using jennybc‘s amazing googlesheets package that I stayed up half the night last night (again) working on my second Shiny app: a Shiny-fied version of the function I shared in March to do simulations illustrating sampling distrib...

2926 sym R (3998 sym/1 pcs) 6 img