Output-class {TGST} | R Documentation |
Constructor of Output class
Description
This class contains invisible results of OptimalRule function.
Details
- phi
Percentage of patients taking viral load test.
- Z
A vector of true disease status (Failure Status coded as Z=1).
- S
A vector of risk Score.
- Rules
A matrix of all possible tripartite rules (two cutoffs) derived from the training data set.
- Nonparametric
A boolean indicating if nonparametric approach should be used in calculating the misclassfication rates. If FALSE, semiparametric approach would be used.
- FNR.FPR
A matrix with two columns of misclassification rates, FNR and FPR.
- OptRule
A numeric vector with two elements, the lower and upper cutoffs of the optimal tripartite rule.
The Output class adds optimal rule to the TGST class.
[Package TGST version 1.0 Index]