Description Usage Arguments Value Examples
Given a data frame containing a binary response variable and predictor(s), compute the AUC with confidence interval and the p-value. If multiple predictors are specified, we return the minimum p-value
1 | eval_AUC_CI(data, response, predictors, level = 0.95)
|
data |
A data frame containing the response and predictor(s) |
response |
The name of the response variable |
predictors |
The predictor variable(s) |
level |
The confidence level of the interval |
a data frame containing AUC (eval), confidence interval (l_eval, u_eval), p-value along with the information of the specified response and predictors
1 2 3 4 | ## Not run:
eval_AUC_CI(data_df, 'HC326', c('covar_score'))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.