View source: R/rep_epi_tests.R
rep_epi_tests | R Documentation |
For bivariate analyses. The confint() function is rather slow, causing the whole function to hang when including many predictors and calculating the ORs with CI.
rep_epi_tests(gold, test, data)
gold |
the test or meassure used as "golden standard". Format as list of variable names to include. All variables should be formated as dichotomised factor. |
test |
possible predictive tests to evaluate. Format as list of variable names to include. All variables should be formated as dichotomised factor. |
data |
dataframe to draw variables from. |
Repeats the epi.tests from the epiR package. Either gs or test should be of length 1.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.