default_dcm_priors {measr} | R Documentation |
Default priors for diagnostic classification models
Description
Default priors for diagnostic classification models
Usage
default_dcm_priors(type = "lcdm", attribute_structure = "unconstrained")
Arguments
type |
Type of DCM to estimate. Must be one of lcdm, dina, dino, or crum. |
attribute_structure |
Structural model specification. Must be one of
unconstrained, or independent.
|
Value
A measrprior
object.
Examples
default_dcm_priors(type = "lcdm")
[Package measr version 1.0.0 Index]