maxample | R Documentation |
A collection of magclass example data sets
maxample(data)
data |
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). |
the chosen example data set
Jan Philipp Dietrich
p <- maxample("pop")
str(p)
a <- maxample("animal")
str(a)
getItems(a, split = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.