Response {COMPASS} | R Documentation |
Compute a response probability based on the selected markers, evaluating the probability
that a subject exhibits a response of size degree
or greater.
i.e., the probability of at least degree
markers exhibiting an antigen specific response.
Response(x, markers, degree) ## S3 method for class 'COMPASSResult' Response(x, markers = NULL, degree = 1)
x |
a |
markers |
a |
degree |
the |
The response is computed from the sampled Gamma matrix, subsetting on the selected markers, and
A vector
of response probabilities for each subject.
Response(CR, markers = c("M1","M2","M3"), degree = 2)