daDoctoR/man/rep_epi_tests.Rd

26 lines
945 B
Plaintext
Raw Normal View History

2018-10-04 16:52:09 +02:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/rep_epi_tests.R
\name{rep_epi_tests}
\alias{rep_epi_tests}
\title{A repeated epi.tests function}
\usage{
2018-10-22 14:05:19 +02:00
rep_epi_tests(gold, test, data)
2018-10-04 16:52:09 +02:00
}
\arguments{
\item{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.}
2018-10-04 16:52:09 +02:00
\item{test}{possible predictive tests to evaluate. Format as list of variable names to include. All variables should be formated as dichotomised factor.}
2018-10-22 14:05:19 +02:00
\item{data}{dataframe to draw variables from.}
2018-10-04 16:52:09 +02:00
}
\description{
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.
}
\details{
2018-10-22 14:05:19 +02:00
Repeats the epi.tests from the epiR package. Either gs or test should be of length 1.
2018-10-04 16:52:09 +02:00
}
\keyword{npv}
\keyword{ppv}
\keyword{sensitivity}
\keyword{specificity}