Method to create summary tables of coefficients for each model
| 1 2 3 4 5 | summariseCoeffs(object, ...)
## S4 method for signature 'SurvivalModel'
summariseCoeffs(object, class = c("matrix",
  "FlexTable")[2], digits = 5)
 | 
| object | (SurvivalModel object) contains fitted models to be summarised | 
| ... | additional arguments to summariseCoeffs | 
| class | ('matrix' or 'FlexTable' (default)) output format for the summary tables | 
| digits | (numeric) The number of significant digits to round the FlexTable output to. This option is ignored if class is not 'FlexTable' | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.