View source: R/calc_testinfo_plot.R
calc.testinfo.plot | R Documentation |
computes testinformation for all pairwise trait combinations, other traits are fixed to fix.level.others
calc.testinfo.plot(
tr.levels,
fix.level.others = 0,
K,
loads,
which.blocks,
...
)
tr.levels |
vector, trait levels that vary |
fix.level.others |
numeric, level for traits fixed for this plot, defaults to 0 |
K |
numeric, number of blocks |
loads |
matrix of item loadings |
which.blocks |
vector, subset of blocks to calcuate testinfo for, defaults to 1:K |
... |
FUN to calculate information and further parameters passed to FUN |
information for relevant trait combinations for all blocks, and for which trait pairs (combinations) information is
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.