rbind.ss_obj: Row-binding two sstables

View source: R/ssformat.R

rbind.ss_objR Documentation

Row-binding two sstables

Description

Row-binding two sstables

Usage

## S3 method for class 'ss_obj'
rbind(tbl1, tbl2, footer = NULL, ...)

## S3 method for class 'ss_ae'
rbind(tbl1, tbl2, footer = NULL)

## S3 method for class 'ss_survcomp'
rbind(tbl1, tbl2, footer = NULL)

## S3 method for class 'ss_baseline'
rbind(tbl1, tbl2, footer = NULL)

Arguments

tbl1, tbl2

two object of class sstables of the same template. Only export for technical use.

footer

[NULL] default is the joint footer of two ss_tbl

...

args passed to the downstream method


oucru-biostats/C306 documentation built on July 16, 2024, 2:33 p.m.