Skip to contents

Default priors for diagnostic classification models

Usage

default_dcm_priors(type = "lcdm")

Arguments

type

Type of DCM to estimate. Must be one of lcdm, dina, or dino.

Value

A measrprior object.

Examples

default_dcm_priors(type = "lcdm")
#> # A tibble: 3 × 3
#>   class       coef  prior_def      
#>   <chr>       <chr> <chr>          
#> 1 intercept   NA    normal(0, 15)  
#> 2 maineffect  NA    lognormal(0, 1)
#> 3 interaction NA    normal(0, 15)