lhc_generatePRCoEffs_db_link: Generate Partial Rank Correlation Coefficients for...

Description Usage Arguments

View source: R/lhc_analysis.R

Description

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.

Usage

1
2
lhc_generatePRCoEffs_db_link(db_results, parameters, measures,
  cor_calc_method = c("s"))

Arguments

db_results

Set of experiment results from the DB

parameters

Simulation parameters

measures

Simulation measures

cor_calc_method

Way to calculate the correlation coefficient: Pearson's ("p"), Spearman's ("s"), and Kendall's ("k"). Default is p


spartan documentation built on May 2, 2019, 9:39 a.m.