Model summary as a figure #5592
Unanswered
robjhyndman
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You can't PS: this is unrelated to Quarto. if you are interested in cross-referencing (https://quarto.org/docs/authoring/cross-references.html#code-listings), below is a workaround for #1580 . ---
title: "Quarto Playground"
format: html
---
This is a playground for Quarto.
```{r}
#| attr-source: "id=lst-model lst-cap='Fitted model'"
1 + 1
```
See @lst-model. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to include the output from a model summary (e.g., summary() applied to an lm object) as a figure in a quarto document. The following shows the output, but not within a figure environment or with a caption.
Beta Was this translation helpful? Give feedback.
All reactions