Description Usage Arguments Value Author(s)
View source: R/StanDINA_mG.script.R
The StanLCDM.script Function to automate Stan code geneartion for LCDMs with binary resposnes
1 2 3 4 5 6 7 8 | StanDINA_mG.script(
Qmatrix,
group.num,
fixeditem.vector = NA,
class.equal = T,
save.path = getwd(),
save.name = "DINA_uninf_multiG"
)
|
Qmatrix |
the Q-matrix specified for the LCDM |
group.num |
number of gourps |
fixeditem.vector |
item vector |
class.equal |
class is equal or not. TRUE by default. |
save.path |
save the .stan file to somewhere; the default path is getwd() |
save.name |
name the .stan |
a. stan file saved at the specified path
Zhehan Jiang, University of Alabama, zjiang17@ua.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.