daDoctoR/man/rep_epi_tests.Rd

27 lines
733 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{
rep_epi_tests(gs, test)
}
\arguments{
\item{gs}{the test or meassure used as "golden standard". Format as dichotomised factor.}
\item{test}{possible predictive tests to evaluate. Format as dichotomised factor.}
}
\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{
Repeats the epi.tests from the epiR package.
}
\examples{
rep_epi_tests()
}
\keyword{npv}
\keyword{ppv}
\keyword{sensitivity}
\keyword{specificity}