Description Usage Arguments Value See Also Examples
A utility function for that returns a step function given cumulative increments over time.
1  | step2stepfun(step, time = "time", strata = "strata", ...)
 | 
step | 
 a matrix whose columns give the (possibly multivariate) step function values, corresponding time points and strata.  | 
time | 
 an integer or character value indicating the column index or name of
the time variable in the matrix   | 
strata | 
 integer or character value for the column index or name of the
stratifying variable in the matrix   | 
... | 
 extra variables passed to   | 
A function that returns cumulative increments for given times. If stratified, a list of such functions given in the same order as the strata.
1 2 3 4 5 6  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.