TGST-class {TGST} | R Documentation |
Constructor of TGST class
Description
This class contains results of a run to search for all possible rules.
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.
If res is the result of rankclust(), each slot of results can be reached by res[k]@slotname, where k is the number of clusters and slotname is the name of the slot we want to reach (see Output-class). For the slots ll, bic, icl, res["slotname"] returns a vector of size K containing the values of the slot for each number of clusters.