View source: R/xtable_goodies.R
xtable.summary.coxph | R Documentation |
xtable method for summary.coxph
## S3 method for class 'summary.coxph'
xtable(
x,
digits = 3,
print.coef = FALSE,
print.se.coef = FALSE,
print.z = FALSE,
print.exp.coef = TRUE,
print.exp.coef.lci = TRUE,
print.exp.coef.uci = TRUE,
print.p = TRUE,
...
)
x |
a |
digits |
digits |
print.coef |
print beta? |
print.se.coef |
print se(beta)? |
print.z |
print z? |
print.exp.coef |
print HR |
print.exp.coef.lci |
print HR lower confint |
print.exp.coef.uci |
print HR upper confint |
print.p |
print p? |
... |
other things passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.