This package is primarly created for use with iNZight.
The R package contains these datasets:
- Gapminder
gapminder
, data from 1952--2012gapminder-2008
, data for just 2008
- NHANES
nhanes2009_2012
, modified data from 2009--2012nhanes_1000_50
,nhanes_1000
,nhanes_2000
, the first 50, 1000, and 2000 rows, respectively
olympics100m
, some olympics data- Week 7 Datasets
CanadaPop
, an experimentCocaineTrtmtExpt
,CocaineTrtmtExpt-2Trt
,CocaineTrtmtExpt-2Trt_D_P
,CocaineTrtmtExpt_Lith_Desip
, an experiment and each two-treatment subsetLightatNight
, an experiment on miceMindsetMatters
, an experiment on mindset effects on placeboSleepDeprivationExpt
, an experiment on sleep deprivation
- Week 7 Datasets (time series)
Actual_VisitorArrivalsMonthlyFrom1998
, monthly arrivals into New Zealand by country of originActual_VisitorArrivalsQuarterlyFrom1998
, quarterly arrivals into New Zealand by country of originAverageVisitorsMonthly
, average monthly visitors by country of originAverageVisitorsQuarterly
, average quarterly visitors by country of origin
To load, for example, the "Gapminder 2008" data set, just run these commands in R:
library(FutureLearnData)
data('gapminder-2008')