fixpar_highcorr | R Documentation |
Return a data frame with parameter pairs that have a higher absolute correlation than a given cutoff.
fixpar_highcorr(sdr, corr_cutoff = 0.8)
sdr |
An |
corr_cutoff |
Return pairs of parameters with correlations larger than this cutoff |
Note that the returned data frame will not include duplicates. Parameters
with repeated names are disambiguated using make.unique
,
so they are essentially zero-indexed.
A data frame with columns par1
, par2
, and cor
John K Best
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.