https://github.com/cran/cutpointr
Revision 8883cb6d23c8c690e6eeb8a8d074a5508e76f3d7 authored by Christian Thiele on 27 March 2019, 09:10:03 UTC, committed by cran-robot on 27 March 2019, 09:10:03 UTC
1 parent 7e56c82
Raw File
Tip revision: 8883cb6d23c8c690e6eeb8a8d074a5508e76f3d7 authored by Christian Thiele on 27 March 2019, 09:10:03 UTC
version 0.7.6
Tip revision: 8883cb6
prostate_nodal.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/data.R
\docType{data}
\name{prostate_nodal}
\alias{prostate_nodal}
\title{Nodal involvement and acid phosphatase levels in 53 prostate cancer patients}
\format{A data frame with 53 rows and 2 variables:
\describe{
  \item{acid_phosphatase}{(numeric) Blood serum level of acid phosphatase}
  \item{nodal_involvement}{(logical) Whether neighboring lymph nodes were involved}
}}
\source{
Le CT (2006). A solution for the most basic optimization problem associated with an ROC curve. Statistical methods in medical research 15: 571–584
}
\usage{
prostate_nodal
}
\description{
Prostatic acid phosphatase (PAP) emerged as the first clinically
useful tumor marker in the 1940s and 1950s. This data set contains the
serum levels of acid phosphatase of 53 patients that were confirmed to
have prostate cancer and whether the neighboring lymph nodes were involved.
}
\keyword{datasets}
back to top