View source: R/calc_info_plot.R
calc.info.plot | R Documentation |
computes information needed for plot.block()
calc.info.plot(
tr.levels,
fix.levels = NULL,
fix.level.others = 0,
K,
loads,
which.blocks,
...
)
tr.levels |
vector, trait levels that vary |
fix.levels |
vector, trait levels that are fixed, only needed for block size > 2, therefore defaults to NULL |
fix.level.others |
numeric, level for traits not measured by current block (if traits is not given), defaults to 0 |
K |
number of blocks |
loads |
matrix of item loadings |
which.blocks |
blocks to calculate information for, defaults to 1:K |
... |
FUN to calculate information and further parameters passed to FUN |
traits measured by a block are varied pairwise, traits not in the pair are varied at fix.levels, traits not measured by a block are fixed at fix.level.others
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.