R/rocdata.R

#' Example data set for continuos tests results
#'
#' This data set gives results of two serological tests - continuous scale - and its correspondig reference test classfication - 0 for negative and 1 for positive.
#'
#' @name rocdata
#'
#' @docType data
#'
#' @usage data(rocdata)
#'
#' @format A \code{data.frame} containing 3 variables and 148 observations.
#'
#' \itemize{
#'   \item \code{Gold} The reference standard as 0 and 1.
#'   \item \code{test1} Results for test 1 - numeric.
#'   \item \code{test2} Results for test 2 - numeric.
#' }
#'
#' @source Not informed.
#'
NULL

Try the DiagnosisMed package in your browser

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

DiagnosisMed documentation built on May 2, 2019, 5:21 p.m.