MixedModelsDatasets.jl Documentation
API
MixedModelsDatasets.dataset — Method
dataset(nm)Return, as an Arrow.Table, the test data set named nm, which can be a String or Symbol
MixedModelsDatasets.datasets — Method
datasets()Return a vector of names of the available test data sets
MixedModelsDatasets.description — Method
description(nm)Return the documentation entry for the dataset named nm (a String or Symbol) as a Markdown.MD object, which renders nicely in the REPL. The entry — full name, description, column table, example models, and citation — is parsed from the package's datasets.md documentation.