kaplan.meier.stats.Rd 454 B

12345678910111213141516171819
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/km.R
  3. \name{kaplan.meier.stats}
  4. \alias{kaplan.meier.stats}
  5. \title{Evaluate a KM plot}
  6. \usage{
  7. kaplan.meier.stats(x, var)
  8. }
  9. \arguments{
  10. \item{x}{a data frame that contains followup and censored columns}
  11. \item{var}{a categorical variable to split the data to sub-curves}
  12. }
  13. \value{
  14. p probability that curves split by var differ significantly
  15. }
  16. \description{
  17. Evaluate a KM plot
  18. }