pander.ols | R Documentation |
Prints an ols object from rms package in Pandoc's markdown.
## S3 method for class 'ols'
pander(
x,
long = FALSE,
coefs = TRUE,
digits = panderOptions("digits"),
round = panderOptions("round"),
...
)
x |
an ols object |
long |
if to print the correlation matrix of parameter estimates. default( |
coefs |
if to the table of model coefficients, standard errors, etc. default( |
digits |
passed to |
round |
passed to |
... |
optional parameters passed to raw |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.