View source: R/get-info-from-NIW-IA-stanfit.R
get_constructor | R Documentation |
Gets the tidybayes constructor function from the stanfit object. 'get_category_constructor()' and
'get_group_constructor()' are convenience functions, calling 'get_constructor()'. See
recover_types
. If variable is
get_constructor(fit, variable = NULL)
get_category_constructor(fit)
get_group_constructor(fit)
get_cue_constructor(fit)
get_cue2_constructor(fit)
fit |
|
variable |
Either "category" or "group". If set to 'NULL' then a list of all constructors is returned. That list is 'NULL' if not tidybayes constructors are found in fit. (default: c("category", "group")) |
A constructor function, a list of constructor functions, or 'NULL'. If a specific constructor function is requested but not found, a warning is shown.
recover_types
from tidybayes, get_original_variable_levels_from_stanfit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.