File: gastric.Rd

package info (click to toggle)
r-cran-gss 2.1-3-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,740 kB
  • ctags: 1,400
  • sloc: fortran: 5,241; ansic: 1,388; makefile: 1
file content (23 lines) | stat: -rw-r--r-- 691 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
\name{gastric}
\alias{gastric}
\title{Gastric Cancer Data}
\description{
    Survival of gastric cancer patients under chemotherapy and
    chemotherapy-radiotherapy combination.
}
\usage{data(gastric)}
\format{
    A data frame containing 90 observations on the following variables.
    \tabular{ll}{
	\code{futime} \tab Follow-up time, in days.\cr
	\code{status} \tab Censoring status.\cr
	\code{trt} \tab Factor indicating the treatments: 1 --
	chemothrapy, 2 -- combination.
    }
}
\source{
  Moreau, T., O'Quigley, J., and Mesbah, M. (1985), A global
  goodness-of-fit statistic for the proportional hazards model.
  \emph{Applied Statistics}, \bold{34}, 212-218.
}
\keyword{datasets}