-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rm functions out of manuscript and into ManyEcoEvo pkg + pipeline #42
Comments
|
egouldo
added a commit
that referenced
this issue
Jul 29, 2024
egouldo
added a commit
that referenced
this issue
Jul 31, 2024
egouldo
added a commit
that referenced
this issue
Jul 31, 2024
egouldo
added a commit
that referenced
this issue
Jul 31, 2024
egouldo
added a commit
that referenced
this issue
Sep 1, 2024
--- extract straight from object for plotting
egouldo
added a commit
that referenced
this issue
Sep 2, 2024
egouldo
added a commit
that referenced
this issue
Sep 2, 2024
…argets data build --- (i.e. with `mod_glance` list-column being output in `ManyEcoEvo_*_viz`)
egouldo
added a commit
that referenced
this issue
Sep 2, 2024
egouldo
added a commit
that referenced
this issue
Sep 2, 2024
egouldo
added a commit
that referenced
this issue
Sep 2, 2024
egouldo
added a commit
that referenced
this issue
Sep 2, 2024
…t logged model fitting is in `ManyEcoEvo::`
egouldo
added a commit
that referenced
this issue
Sep 2, 2024
…_effects` model don't select `effects_analysis` only because `ManyEcoEvo*` are no longer grouped tibbles and selection drops required columns that were previously grouping columns.
egouldo
added a commit
that referenced
this issue
Sep 2, 2024
Includes updated data objects that have list-column `mod_glance` which is the result of `broom::glance()`, now called in package wrappers rather than having to call inside manuscript.
egouldo
added a commit
that referenced
this issue
Sep 2, 2024
logged analysis moved into `ManyEcoEvo::` now #42
egouldo
added a commit
that referenced
this issue
Sep 2, 2024
`broom::glance()` is run in `ManyEcoEvo::`, does not need to be recalculated
egouldo
added a commit
that referenced
this issue
Sep 2, 2024
…d in yi meta-analysis #42 `ifelse()` statement on non-grouped outputs was resulting in same value for all rows, switch to `case_match()` instead.
egouldo
added a commit
that referenced
this issue
Sep 2, 2024
egouldo
added a commit
that referenced
this issue
Sep 2, 2024
egouldo
added a commit
that referenced
this issue
Sep 2, 2024
don't filter out columns that don't exist --- Note that don't need to add the `left_join()` call to add on `effects_analysis` data as `cross_join()` can figure out itself what to do with the list-column.
egouldo
added a commit
that referenced
this issue
Sep 2, 2024
And switch to colname `SE_calc` instead of `SD_calc`
egouldo
added a commit
that referenced
this issue
Sep 2, 2024
egouldo
added a commit
that referenced
this issue
Sep 2, 2024
egouldo
added a commit
that referenced
this issue
Sep 2, 2024
egouldo
added a commit
that referenced
this issue
Sep 2, 2024
egouldo
added a commit
that referenced
this issue
Sep 2, 2024
egouldo
added a commit
that referenced
this issue
Sep 2, 2024
egouldo
added a commit
that referenced
this issue
Sep 2, 2024
egouldo
added a commit
that referenced
this issue
Sep 2, 2024
egouldo
added a commit
that referenced
this issue
Sep 4, 2024
egouldo
added a commit
that referenced
this issue
Sep 4, 2024
where replace values with NA for SE_calc, singularity, and CI_calc where model did not converge (makes no sense to report if model didn't fit)
egouldo
added a commit
that referenced
this issue
Sep 4, 2024
egouldo
added a commit
that referenced
this issue
Sep 4, 2024
… for multivar analyses feat!: Also check whether SE and CI for random effects can be calculated
egouldo
added a commit
that referenced
this issue
Sep 4, 2024
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See issue egouldo/ManyEcoEvo#29
The following functions are to be moved to software pkg, checking for:
ManyAnalysts/index.qmd
Lines 2923 to 2931 in 91ca56a
ManyAnalysts/supp_mat/SM2_EffectSizeAnalysis.qmd
Lines 721 to 729 in 91ca56a
ManyAnalysts/supp_mat/SM3_ExplainingDeviation.qmd
Lines 48 to 61 in 91ca56a
See egould/ManyEcoEvo/
The text was updated successfully, but these errors were encountered: