.minimize_cell | R Documentation |
A function used for optimizing the values of sensitivity and
specificity (and \delta
and \gamma
for a 3-state kit). The
objective function minimizes the sum of the squared deviations (expected -
observed cell counts).
.minimize_cell(
parm,
SnR,
SpR,
Prev,
xdat,
N_mat,
nstates,
suspect2staterows,
X,
Xpos,
Xsus,
Xneg,
ncells,
ntests
)
parm |
|
SnR |
|
SpR |
|
Prev |
|
xdat |
|
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. |
The sum of the squared deviations between the expected and observed cell counts.
DiagTestKit-package
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.