If you useTAM 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 official version ofTAM is hosted on CRAN and may befoundhere. TheCRAN version can be installed from within R using:
utils::install.packages("TAM")The version hostedhere is thedevelopment version ofTAM. The GitHub version can beinstalled usingdevtools as
devtools::install_github("alexanderrobitzsch/TAM")or alternatively use
utils::install.packages('TAM',repos =c('https://alexanderrobitzsch.r-universe.dev','https://cloud.r-project.org'))