mean_pistarjj_compute {COMBO} | R Documentation |
Compute the Mean Conditional Probability of Correct Classification, by True Outcome Across all Subjects
mean_pistarjj_compute(pistar_matrix, j, sample_size)
pistar_matrix |
A numeric matrix of conditional probabilities obtained from
the internal function |
j |
An integer value representing the true outcome category to compute
the average conditional probability of correct classification for.
|
sample_size |
An integer value specifying the number of observations in the sample. |
mean_pistarjj_compute
returns a numeric value equal to the average
conditional probability P(Y^* = j | Y = j, Z)
across all subjects.