12345678910111213141516171819 |
- % Generated by roxygen2: do not edit by hand
- % Please edit documentation in R/km.R
- \name{kaplan.meier.stats}
- \alias{kaplan.meier.stats}
- \title{Evaluate a KM plot}
- \usage{
- kaplan.meier.stats(x, var)
- }
- \arguments{
- \item{x}{a data frame that contains followup and censored columns}
- \item{var}{a categorical variable to split the data to sub-curves}
- }
- \value{
- p probability that curves split by var differ significantly
- }
- \description{
- Evaluate a KM plot
- }
|