R/tpAUC-package.r

#' Estimation and Inference of Two-Way Partial AUC, FPR partial AUC and FNR partial ODC
#' 
#' Tools of estimation and inference of two-way partial AUC, FPR partial AUC and FNR partial ODC. Methods are proposed in \href{http://arxiv.org/abs/1508.00298}{Yang et al., 2016} and \href{http://www3.stat.sinica.edu.tw/statistica/j27n1/j27n117/j27n117.html}{Yang et al., 2017}, including \code{Mann-Whitney Statistic}, \code{jackknife method}, etc. 
#' 
#' @details 
#' \tabular{ll}{
#'   Package: \tab tpAUC \cr
#'   Type: \tab Package \cr
#'   Date \tab 2017-04-08 \cr
#'   License: \tab GPL (>= 2) \cr
#' }
#'  
#' 
#' @author 
#' \tabular{l}{
#'   Hanfang Yang, Kun Lu, Xiang Lyu, Feifang Hu, Yichuan Zhao. \cr
#'   Maintainer: Xiang Lyu  <lyu17@purdue.edu> 
#' }
#' 
#' @references 
#'  \tabular{l}{
#'        Wang Z, Chang Y. Marker selection via maximizing the partial area under the ROC curve of linear risk scores[J]. \emph{Biostatistics}, 2011, 12(2): 369-385. \cr
#'        Yang H, Lu K, Lyu X, Hu F. Two-Way Partial AUC and Its Properties[J]. \emph{arXiv:1508.00298}, 2016.   \cr
#'        Yang H, Lu K, Zhao Y. A nonparametric approach for partial areas under ROC curves and ordinal dominance curves. \emph{Statistica Sinica}, 2017, 27: 357-371.
#'  }
#'  
#' @name tpAUC
#' @docType package
NULL

Try the tpAUC package in your browser

Any scripts or data that you put into this service are public.

tpAUC documentation built on May 1, 2019, 8:44 p.m.