tpROC-class {mcradds} | R Documentation |
Test for Paired ROC Class
Description
The tpROC
class serves as the store for results in testing the AUC of paired
two-sample assays.
Usage
tpROC(testROC, refROC, method, H0, stat)
Arguments
testROC |
(list ) object from pRPC::roc() function for test assay.
|
refROC |
(list ) object from pRPC::roc() function for reference/standard assay.
|
method |
(character ) method of hypothesis test.
|
H0 |
(numeric ) margin of test.
|
stat |
(list ) list that contains the difference comparing results,
such as the difference of AUC, standard error, confidence interval, Z statistic
and P value.
|
Value
An object of class tpROC
.
Slots
testROC
testROC
refROC
refROC
method
method
stat
stat
[Package
mcradds version 1.1.1
Index]