From 434d3f6d69f8853ee29141042dd51dd163f0f5a6 Mon Sep 17 00:00:00 2001 From: egouldo Date: Wed, 4 Sep 2024 23:54:03 +1000 Subject: [PATCH] #65 relocate Nobs after dataset inline with other tables --- index.qmd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.qmd b/index.qmd index cbd9620..44fdbcf 100644 --- a/index.qmd +++ b/index.qmd @@ -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),