powered by
A collection of magclass example data sets
maxample(data)
the chosen example data set
name of the example data set. Currently available are "pop" (regional population data, previously named "population_magpie"), "animal" (fictional, high-dimensional animal sighting data set) and "bilateral" (fictional, bilateral trade cost data set).
Jan Philipp Dietrich
p <- maxample("pop") str(p) a <- maxample("animal") str(a) getItems(a, split = TRUE)
Run the code above in your browser using DataLab