powered by
A collection of magclass example data sets
maxample(data)
name of the example data set. Currently available are "pop" (regional population data, previously named "population_magpie") and "animal" (fictional, high-dimensional animal sighting data set).
the chosen example data set
# NOT RUN { p <- maxample("pop") str(p) a <- maxample("animal") str(a) fulldim(a) # }
Run the code above in your browser using DataLab