Skip to content

Commit

Permalink
switch to round pluck and semantically extract in-text outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
egouldo committed Jul 31, 2024
1 parent 375b1e5 commit 7c31a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion supp_mat/SM3_ExplainingDeviation.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -1321,7 +1321,7 @@ multivar_performance_tidy <- multivar_mods %>%
```

The multivariate models did a poor job of explaining how different from the meta-analytic mean each analysis would be.
For the blue tit analyses the $R^{2}$ value for the whole model was `r round(bt_multivar_mod_R[2],2)` and for the fixed effects component was `r round (bt_multivar_mod_R[1],2)`, and the residual standard deviation for the model was `r round(bt_multivar_mod_sigma,2)`.
For the blue tit analyses the $R^{2}$ value for the whole model was `r round_pluck(bt_multivar_mod_R, "R2_conditional")` and for the fixed effects component was `r round_pluck(bt_multivar_mod_R, "R2_marginal")`, and the residual standard deviation for the model was `r round(bt_multivar_mod_sigma,2)`.
Further, all of the fixed effects had 95% confidence intervals that overlaped 0.
This evidence is all consistent with none of the predictor variables in this model (continuous review rating, categorical review rating, distinctiveness of variables included) having any meaningful effect on how far $Z_r$ estimates fell from the meta-analytic mean for the blue tit analyses.
The pattern is largely similar for the *Eucalyptus* multivariate analysis, in which $R^{2}$ for the whole model was `r round(euc_multivar_mod_R[2],2)` and for the fixed effects component was `r round (euc_multivar_mod_R[1],2)`, and the residual standard deviation for the model was `r round(euc_multivar_mod_sigma,2)`.
Expand Down

0 comments on commit 7c31a81

Please sign in to comment.