all.patterns | R Documentation |
Create all possible response patterns
## S3 method for class 'patterns'
all(maxscores = c(), target = NULL)
maxscores |
vector of max scores |
target |
target total score |
This function quickly gets very resource intensive. On a 8 core, 16 GB computer, 25 items are too heavy.
Returns a matrix of all possible patterns. If target is set, only patterns with at total score of target is returned
Jeppe Bundsgaard & Svend Kreiner
Jeppe Bundsgaard & Svend Kreiner (2019). Undersøgelse af De Nationale Tests måleegenskaber. 2nd Ed. Copenhagen: DPU, Aarhus University.
maxscores<-c(1,2,3,1,2,3)
all.patterns(maxscores,target=5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.