View source: R/calc_info_trace.R
calc.info.trace | R Documentation |
calculates the traits (= sum of diagonal elements) of the information matrix
calc.info.trace(infos, avg = F, prior = NULL)
infos |
block information as returned from calc.info.block() |
avg |
logical, average result across persons? defaults to FALSE |
prior |
prior covariance matrix for the traits, defaults to NULL |
This is the criterion of A-optimality used in computerized adaptive testing (CAT). It can be used to summarize information for a block in one number, weighting all precision for all traits equally. It is inversely proportional to standard errors.
matrix of traces of information matrices, rows=persons, columns=blocks
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.