Skip to content

Commit

Permalink
vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentarelbundock committed Jan 21, 2024
1 parent ff14404 commit 2e7f757
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion vignettes/tutorial.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ Markdown syntax can be particularly useful when formatting URL links in a table:

```{r}
dat <- data.frame(
Links = c(
`Package (link)` = c(
"[`marginaleffects`](https://www.marginaleffects.com/)",
"[`modelsummary`](https://www.modelsummary.com/)",
"[`tinytable`](https://vincentarelbundock.github.io/tinytable/)",
Expand All @@ -329,6 +329,17 @@ dat <- data.frame(
"[`plot2`](https://grantmcdermott.com/plot2/)",
"[`parameters`](https://easystats.github.io/parameters/)",
"[`insight`](https://easystats.github.io/insight/)"
),
Purpose = c(
"Interpreting statistical models",
"Data and model summaries",
"Draw beautiful tables easily",
"Convert country codes and names",
"Download data from the World Bank",
"Create documentation website for R packages",
"Extension of base R plot functions",
"Extract from model objects",
"Extract information from model objects"
)
)
Expand Down

0 comments on commit 2e7f757

Please sign in to comment.