compareScores
is a helper function for comparing two sets of scores.
compareScores(left, right, type = c("corr", "mean", "sd", "rmsd", "mad"))
scores on the left side of comparison.
scores on the right side of comparison. This is subtracted from 'left'.
type of comparisons to include. Accepts corr
, mean
, sd
, rmsd
, mad
. Defaults to all types.
compareScores
returns a data.frame
containing the comparison results.