mirror of
https://github.com/agdamsbo/daDoctoR.git
synced 2024-11-22 20:00:22 +01:00
27 lines
733 B
Plaintext
27 lines
733 B
Plaintext
|
% 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}
|