Skip to content

Commit

Permalink
adjust table column widths
Browse files Browse the repository at this point in the history
  • Loading branch information
bbartholdy committed Apr 24, 2024
1 parent 7e96fbf commit 6fcf8a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions analysis/paper/_results.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ and may have been contaminated.
```{r}
#| label: tbl-pearson
#| tbl-cap: "Pearson correlation (*r*) on dichotomous skeletal lesions and compound concentrations (ng/mg) from the second batch. Correlations between pairs of dichotomous variables are removed due to incompatibility with a Pearson correlation. Moderate and strong correlations in **bold**. OA = osteoarthritis; VOP = vertebral osteophytosis; SN = Schmorl's nodes; DDD = degenerative disc disease; CO = cribra orbitalia; CMS = chronic maxillary sinusitis; SA = salicylic acid; PN = pipe notches."
#| tbl-colwidths: [15,10,10,10,10,10,15,10,10]
corr_tib <- conc_cor %>%
as_tibble(rownames = "var") %>%
Expand Down

0 comments on commit 6fcf8a2

Please sign in to comment.