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:
thresholds
A data frame with columns
lo
andhi
for the lower and upper thresholds, andlo.newkstar
andhi.newkstar
for the new optimal (or rank-trt.rank
) treatments at each of the thresholds.U
The 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_m
required to reverse the relative ranking of treatmentsa
andb
. 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.)Ukstar
The threshold solutions matrix limited to contrasts involving
k^*
. In other words, the rows ofU
corresponding to contrasts of the formd_{ak^*}
ord_{k^*a}
. ElementsU_{ak^*,m}
of this matrix describe the amount of adjustment to data pointy_m
required to make treatmenta
optimal (or rank-trt.rank
) overk^*
.H
The 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_m
on 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).kstar
The base-case optimal (or rank-
trt.rank
) treatmentk^*
.call
A list containing all the arguments defined in the original call to
nma_thresh
.