View source: R/calc_testinfo_1d.R
calc.testinfo.1d | R Documentation |
calculate testinfo for one trait varied, levels for other traits are randomly sampled from multivariate normal distribution with covariance sigma, averaged across sample of size n
calc.testinfo.1d(tr.levels, sigma, n = 20, seed = NULL, which.blocks, ...)
tr.levels |
vector of trait levels to vary on x-axis |
sigma |
matrix of trait correlations |
n |
numeric, random samples to draw for other traits |
seed |
numeric, optional, random seed |
which.blocks |
vector, blocks for which to calculate testinfo |
... |
FUN for block info and other arguments passed to FUN |
list of 1) matrix of standard errors ("ses") and 2) vector of varied levels ("tr.levels")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.