Output a multivariable model nicely The default output is a kable table for use in pdfs or html, but pander tables can be produced for Word documents by specifying options('doc_type'='doc') in the setup chunk of the markdown document.
| 1 2 3 4 5 6 7 8 9 | 
| model | model fit | 
| data | data that model was fit on | 
| caption | table caption | 
| showN | boolean indicating if sample sizes should be shown | 
| tableOnly | boolean indicating if unformatted table should be returned | 
| HolmGlobalp | boolean indicting if a Holm-corrected p-value should be presented | 
| chunk_label | only used if options("doc_type"='doc') is set allow cross-referencing | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.