lhc_plotCoEfficients: Plots the PRCC coefficients against each other for ease of...

Description Usage Arguments

View source: R/lhc_plotting.R

Description

Plots the Partial Rank Correlation Coefficients for either all measures or for one individual measure, for all simulation parameters.

Usage

1
2
lhc_plotCoEfficients(FILEPATH, CORCOEFFSOUTPUTFILE, MEASURES, PRINTOPT,
  TIMEPOINTS = NULL, TIMEPOINTSCALE = NULL)

Arguments

FILEPATH

Location of the LHC result set

CORCOEFFSOUTPUTFILE

Name of the CSV file in FILEPATH containing the Partial Rank Correlation Coefficients

MEASURES

Names of the simulation responses

PRINTOPT

Used in plotting Partial Rank Correlation Coefficients, should be either "ALL" or "INDIVIDUAL"

TIMEPOINTS

Implemented so this method can be used when analysing multiple simulation timepoints. If only analysing one timepoint, this should be set to NULL. If not, this should be an array of timepoints, e.g. c(12,36,48,60)

TIMEPOINTSCALE

Implemented so this method can be used when analysing multiple simulation timepoints. Sets the scale of the timepoints being analysed, e.g. "Hours"


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