rbind.ss_obj | R Documentation |
Row-binding two sstables
## 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)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.