MixedModelsDatasets.jl Documentation

API

MixedModelsDatasets.datasetMethod
dataset(nm)

Return, as an Arrow.Table, the test data set named nm, which can be a String or Symbol

Case insensitive

Dataset names are case insensitive: internally all names are normalized to lowercase.

source
MixedModelsDatasets.descriptionMethod
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.

Case insensitive

Dataset names are case insensitive: internally all names are normalized to lowercase.

source