Skip to content

Commit

Permalink
#65 relocate Nobs after dataset inline with other tables
Browse files Browse the repository at this point in the history
  • Loading branch information
egouldo committed Sep 4, 2024
1 parent 49ebd32 commit 434d3f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -3474,7 +3474,8 @@ modelfitstats <- ManyEcoEvo_viz %>%
drop_na() #rm uni_mixed_effects for blue tit, as was not fitted (N < 5)
}) %>%
group_by(model_name) %>%
relocate("R2", .before = starts_with("R2_"))
relocate("R2", .before = starts_with("R2_")) %>%
relocate("nobs", .after = dataset)
modelfitstats %>%
mutate(model_name = forcats::as_factor(model_name),
Expand Down

0 comments on commit 434d3f6

Please sign in to comment.