Skip to content

Estimating the Q-Matrix for Cognitive Diagnosis Models

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

zzawadz/cdmQMatrix

Repository files navigation

cdmQMatrix

Why package?

I don't remember. I think that I had to estimate a Q-Matrix for a Cognitive Diagnostic Model. I probably hooked on a one, very specific algorithm, and because I was unable to find it's implementation in R I created my own. But the problem is, that there are better algorithms implemented in existing R packages. Here are some references (I wish I had used one of them):

Every cloud has a silver lining. Now I have here some resources if I ever needed to go back to the subject.

Please don't use this package;)

Package info:

Build Status AppVeyor Build Status Coverage status

Installation

You can install cdmQMatrix from github with:

# install.packages("devtools")
devtools::install_github("zzawadz/cdmQMatrix")

Example

## basic example
library(ltm)
library(cdmQMatrix)
data("WIRS")
 
fitQmat(WIRS, verbose = TRUE)$final.mat
#       Item 1 Item 2 Item 3 Item 4 Item 5 Item 6
# Item1      1      0      1      0      1      1
# Item2      0      0      0      1      0      1

About

Estimating the Q-Matrix for Cognitive Diagnosis Models

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages