swh:1:snp:ff0951ca787d0b7f47dc2335f47fed43820a6324
Raw File
Tip revision: fee23d9a9b7e105c4c1d61a01015be0575030e43 authored by Venkatraman E. Seshan on 22 February 2022, 23:50:02 UTC
version 1.1.0
Tip revision: fee23d9
permlogrank.Rd
\name{permlogrank}
\title{Permutation version of survdiff}
\alias{permlogrank}
\description{
  Small sample survdiff using permutation reference distributions.
}
\usage{
  permlogrank(formula, data, subset, na.action, rho=0, nperm=5000)
}
\arguments{
  \item{nperm}{number of permutations for the reference distribution}
  \item{formula, data, subset, na.action, rho}{see survdiff for details}
}
\details{
  permlogrank is the permutation version of k-sample survdiff. see
  survdiff in survival package for details.
}
\references{
  Heller G, Venkatraman ES. (1996). Resampling procedures to compare two
  survival distributions in the presence of right censored data.
  \emph{Biometrics} 52:1204-1213.
}
\keyword{htest}
back to top