The R Project SVN R

Rev

Rev 84596 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 84596 Rev 85977
Line 37... Line 37...
37
  %% The \code{\link[survival]{Surv}} method sorts first on times and
37
  %% The \code{\link[survival]{Surv}} method sorts first on times and
38
  %% then on status code(s), finally on \code{timme2} if present.  Note
38
  %% then on status code(s), finally on \code{timme2} if present.  Note
39
  %% that with the conventional status codes this sorts individuals
39
  %% that with the conventional status codes this sorts individuals
40
  %% still alive before deaths.
40
  %% still alive before deaths.
41
 
41
 
42
  The default method will unclass the object if
42
  The default method will \I{unclass} the object if
43
  \code{\link{is.numeric}(x)} is true but otherwise make use of
43
  \code{\link{is.numeric}(x)} is true but otherwise make use of
44
  \code{==} and \code{>} methods for the class of \code{x[i]} (for
44
  \code{==} and \code{>} methods for the class of \code{x[i]} (for
45
  integers \code{i}), and the \code{is.na} method for the class of
45
  integers \code{i}), and the \code{is.na} method for the class of
46
  \code{x}, but might be rather slow when doing so.
46
  \code{x}, but might be rather slow when doing so.
47
 
47