https://github.com/cran/clinfun
Raw File
Tip revision: 0ab9c9d6e444359358e30553bce0f2b3b7b7959d authored by Venkatraman E. Seshan on 25 April 2017, 22:05:11 UTC
version 1.0.14
Tip revision: 0ab9c9d
roc.perm.test-internal.Rd
\name{roc.perm.test-internal}
\title{Group Sequential Designs Internal Functions}
\alias{compareROC}
\description{
 Internal functions for permutation tests to compare ROC curves.
}
\usage{
  compareROC.paired(x,y,d,nperm=2500)
  compareROC.unpaired(x, dx, y, dy, nperm=2500, mp=NULL)
}
\details{
  These functions are not to be called by the user.
}
\keyword{internal}
back to top