If you useCDM and have suggestions for improvement orhave found bugs, please email me at robitzsch@leibniz-ipn.de. Pleasealways provide a minimal dataset, necessary to demonstrate the problem,a minimal runnable code necessary to reproduce the issue, which can berun on the given dataset, and all necessary information on the usedlibrarys, the R version, and the OS it is run on, perhaps asessionInfo().
The manual can be found herehttps://alexanderrobitzsch.github.io/CDM/
The official version ofCDM is hosted on CRAN and can befoundhere. TheCRAN version can be installed from within R using:
utils::install.packages("CDM")The version hostedhere is thedevelopment version ofCDM. The GitHub version can beinstalled usingdevtools as:
devtools::install_github("alexanderrobitzsch/CDM")