Skip to contents

Measurement models available in bmm

Usage

supported_models(print_call = TRUE)

Arguments

print_call

Logical; If TRUE (default), the function will print information about how each model function should be called and its required arguments. If FALSE, the function will return a character vector with the names of the available models

Value

A character vector of measurement models available in bmm

Examples

supported_models()
#> The following models are supported:
#> 
#> -  imm(resp_error, nt_features, nt_distances, set_size, regex, links, version) 
#> -  mixture2p(resp_error, links) 
#> -  mixture3p(resp_error, nt_features, set_size, regex, links) 
#> -  sdm(resp_error, links, version) 
#> 
#> Type  ?modelname  to get information about a specific model, e.g.  ?imm