Description Usage Arguments Value
View source: R/adjusted_roc_curve.R
Obtain an adjusted ROC curve from rocdata
1 2 3 4 5 6 7 8 9 10 11 |
rocdata |
NULL or an output from the rocdata function |
coef |
a named vector for the fitted coefficient vector |
test_grouped_dat |
a data table (sequence, labeled, unlabeled, seqId) containing validation examples |
order |
a considered order of effects |
refstate |
a character which will be used for the common reference state; the default is to use the most frequent amino acid as the reference state for each of the position. |
verbose |
a logical value |
py1 |
the prevalence of positives in the unlabeled set (which will be used for a correction) |
plot |
a logical value. If TRUE, a plot will be returned |
a list containing a data frame for generating a roc plot and the plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.