| getCorr | R Documentation | 
Function to find substantially-correlated model parameters, based on the model "cor" file.
getCorr(
  dfr = NULL,
  folder = NULL,
  model = "tcsam02",
  minLevel = 0.95,
  verbose = FALSE
)
| dfr | 
 | 
| folder | 
 | 
| model | 
 | 
| minLevel | 
 | 
| verbose | 
 | 
This function extracts "substantially"-correlated parameters (ultimately) from the model "cor" file, where "substantial" is based on the value of minLevel. A dataframe with the parameter names and correlation values is returned.
a dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.