mirror of
https://github.com/agdamsbo/daDoctoR.git
synced 2024-11-22 03:40:23 +01:00
29 lines
832 B
R
29 lines
832 B
R
% 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(gold, test, data)
|
|
}
|
|
\arguments{
|
|
\item{gold}{the test or meassure used as "golden standard". Format as dichotomised factor.}
|
|
|
|
\item{test}{possible predictive tests to evaluate. Format as dichotomised factor.}
|
|
|
|
\item{data}{dataframe to draw variables from.}
|
|
}
|
|
\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. Either gs or test should be of length 1.
|
|
}
|
|
\examples{
|
|
rep_epi_tests()
|
|
}
|
|
\keyword{npv}
|
|
\keyword{ppv}
|
|
\keyword{sensitivity}
|
|
\keyword{specificity}
|