Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

rbind.Surv

Appending Surv objects


Description

rbind method for Surv objects

Usage

## S3 method for class 'Surv'
rbind(...)

Arguments

...

Surv objects

Value

Surv object

Author(s)

Klaus K. Holst

Examples

y <- yl <- yr <- rnorm(10)
yl[1:5] <- NA; yr[6:10] <- NA
S1 <- survival::Surv(yl,yr,type="interval2")
S2 <- survival::Surv(y,y>0,type="right")
S3 <- survival::Surv(y,y<0,type="left")

rbind(S1,S1)
rbind(S2,S2)
rbind(S3,S3)

lava

Latent Variable Models

v1.6.10
GPL-3
Authors
Klaus K. Holst [aut, cre], Brice Ozenne [ctb], Thomas Gerds [ctb]
Initial release
2021-09-01

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.