For each parameter, and each simulation output measure, calculates the Partial Rank Correlation Coefficient between the parameter value and the simulation results, giving a statistical measurement of any effect that is present. In this case, results are mined from a database, as created by the spartanDB package, and the statistics returned for adding back to the DB.
lhc_generatePRCoEffs_db_link(db_results, parameters, measures,
cor_calc_method = c("s"))
Set of experiment results from the DB
Simulation parameters
Simulation measures
Way to calculate the correlation coefficient: Pearson's ("p"), Spearman's ("s"), and Kendall's ("k"). Default is p