View source: R/class-exemplar-model.R
is.exemplar_model | R Documentation |
Check whether x
is an exemplar model. Optionally, one can also check whether a lapse rate
and lapse bias is part of the model.
is.exemplar_model(x, group = NULL, verbose = F, tolerance = 1e-05)
x |
Object to be checked. |
group |
Name of one or more group variables, each unique combination of which describes an exemplar model. (default: NULL) |
verbose |
Should verbose output be provided? (default: 'TRUE') |
category |
Name of the category variable. (default: "category") |
A logical.
TBD
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.