addOmegaCorr {NMdata} | R Documentation |
add Omega correlations to a parameter table
Description
add Omega correlations to a parameter table
Usage
addOmegaCorr(pars, by = NULL, as.fun)
Arguments
pars |
A parameter table, like returned by 'NMreadExt()'. |
by |
The name of a column, as a string. Calculate the correlations within a grouping variable? This will often be a column containing the model name. |
as.fun |
See '?NMdataConf' |
Value
The parameter table with a 'corr' column added.
[Package NMdata version 0.1.6 Index]