.cell_counts | R Documentation |
This function creates expected cell counts (and probabilities) for a specific test pattern based on the diagnostic characteristics of the reference test(s) and experimental test.
.cell_counts(
SnR,
SpR,
Prev,
SnE,
SpE,
sus.perc,
N_mat,
nstates,
suspect2staterows,
X,
Xpos,
Xsus,
Xneg,
ncells,
ntests
)
SnR |
|
SpR |
|
Prev |
|
SnE |
Sensitivity of the experimental test kit. |
SpE |
Specificity of the experimental test kit. |
sus.perc |
|
N_mat |
|
nstates |
|
suspect2staterows |
Needs to be filled out. |
X |
Needs to be filled out. |
Xpos |
Needs to be filled out. |
Xsus |
Needs to be filled out. |
Xneg |
Needs to be filled out. |
ncells |
Needs to be filled out. |
ntests |
Needs to be filled out. |
vector
A vector of expected counts corresponding to the properties
of the reference and experimental tests. The expected counts are obtained
based on a conditional independence assumption of all test methods.
DiagTestKit-package
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.