| thresh-class {nmathresh} | R Documentation |
The thresh class
Description
The function nmathresh returns S3 objects of class thresh.
Details
Objects of class thresh have the following components:
thresholdsA data frame with columns
loandhifor the lower and upper thresholds, andlo.newkstarandhi.newkstarfor the new optimal (or rank-trt.rank) treatments at each of the thresholds.UThe threshold solutions matrix. One column for each data point
m, one row for each contrastd_{ab}(in ascending order). The elementsU_{ab,m}describe the amount of adjustment to data pointy_mrequired to reverse the relative ranking of treatmentsaandb. This matrix is particularly useful for deriving thresholds for more complex decisions (e.g. bias-adjustment thresholds for a new treatment entering the top two, for any change in rank of the top three, etc.)UkstarThe threshold solutions matrix limited to contrasts involving
k^*. In other words, the rows ofUcorresponding to contrasts of the formd_{ak^*}ord_{k^*a}. ElementsU_{ak^*,m}of this matrix describe the amount of adjustment to data pointy_mrequired to make treatmentaoptimal (or rank-trt.rank) overk^*.HThe influence matrix of the data on the basic treatment parameters. One column for each data point
m, one row for each basic treatment parameterd_k. ElementsH_{k,m}describe the influence of data pointy_mon parameterd_k. This matrix can be used to derive more complex thresholds (e.g. 2D thresholds for simultaneous adjustments to two data points, or thresholds for common adjustments to a group of data points).kstarThe base-case optimal (or rank-
trt.rank) treatmentk^*.callA list containing all the arguments defined in the original call to
nma_thresh.