Skip to content

Commit

Permalink
Make paper part of the main website
Browse files Browse the repository at this point in the history
  • Loading branch information
hughjonesd committed Jun 3, 2024
1 parent 8ca0aba commit c719060
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ book:
- chapters/evaluation_data_input.qmd
- chapters/evaluation_data_analysis.qmd
- chapters/aggregation.qmd
#- chapters/uj-data-first-look.qmd
- chapters/uj-data-first-look.qmd
#- references.qmd
reader-mode: true
page-navigation: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ Krippendorff's alpha is a widely accepted statistic that corrects for $p_e$
and also defines "agreement" appropriately for different levels of measurement.

```{r}
#| label: tab-kripp-alpha
#| label: tbl-kripp-alpha
kr_alphas <- list()
Expand Down Expand Up @@ -302,7 +302,7 @@ central credible interval, and vice versa?


```{r}
#| label: tab-credible-intervals
#| label: tbl-credible-intervals
evals_long <- evals %>%
Expand Down Expand Up @@ -364,14 +364,14 @@ for degenerate CIs, none visible-->
We have 7 questions measuring paper quality, and 2 questions about journal tier.
We can perform a simple factor analysis of these 9 questions. We don't
yet have enough data to decide the appropriate number of factors, so we just
try three. Table @tab-loadings shows loadings. Factor 1 captures 4 of the
try three. @tbl-loadings shows loadings. Factor 1 captures 4 of the
paper quality questions, especially real world relevance. Factor 2 correlates with
the journal measures. Factor 3
captures the "open science" quality measure, and to some degree the "methods"
and "logic and communication" measures too.

```{r}
#| label: tab-loadings
#| label: tbl-loadings
#| tbl-cap: Factor loadings of 3 factors
Expand Down

0 comments on commit c719060

Please sign in to comment.