- build!: fix #146 regenerate yi data after excluding extreme values
- build!: don't forget to filter the corresponding diversity data after exclusions!
- Increment version number to 2.7.5
- docs: update changelog
- bug: #146 export function
- docs!: #146
devtools::document()
- feat: #146 add function for excluding extreme estimates based on a multiplier threshold for population parameter estimates
- bug: exclude analysis with non-count-based dependent variable from
yi
analysis #145 - bug: ensure outlier subset creation occurs on all
exclusion_set
values in Zr #144 - bug: fix threshold checking for multivariate model fitting #147
- build!:
usethis::use_data()
update results ofmake_viz()
- build!:
usethis::use_data()
update results ofmake_viz()
-
- build!: force
tar_make()
for #140
- build!: force
-
- build!: force
tar_make()
for #140, add targets meta
- build!: force
- docs: Update function documentation #140
- add
@detail
explaining functions applied and which output list-column they map onto - update
@return
since grouped columns are no longer output - add
@seealso
- add
@importFrom
call forbroom::glance()
- Add example
- add
- feat: add
broom::glance()
back intomake_viz()
workflow #140
- Fix #136 generate
Zr
outlier subsets onexclusion_set == "complete"
, not onexclusion_set == "partial"
- separated column creation to occur under three conditions: NULL outcome_variable supplied, character string supplied, and expression argument supplied
- separated subset creation to occur separately on results of conditional evaluation
- Added conditional behaviour for when character vector supplied
- feat!: added arg checks #116 and cli output for when this condition is triggered
- explicitly supply
outcome_variable
andoutcome_SE
args for Zr - #118 docs: Add explanation about updated behaviour when
estimate_type
is missing inManyEcoEvo
dataframe - #118 build: devtools::document()
- Update arg supply to targets call on prepare_response_variables() after #118 updates
- #118 add pmap internal helper function for differential application of transformation / standardisation in
standardise_response()
- #118 delete old pmap helper function
dat
todata
to help with auto-matching in pmap within prepare_response_variables() wrapper #118- ensure all family fns have ... arg for pmap application in prepare_response_variables() since all fns have different argument lengths and names
- accidentally deleted when upgrading for #118, have added creation of transform_datasets tibbles for all cases now, and then these will apply the appropriate functions in final code chunk at end
- #118 ensure application of Z_VZ_preds takes the generalised colnames yi, yi_se instead of using hard-coded dataset application #97
- #118 call new arg
dataset_log_transform
in fn to log-transform outcomes for euc yi analysis - #118 add log-transformation equivalent to
standardise_response()
andprocess_resonse()
- #102 add function documentation, including examples
- #118 extract
lower
andupper
transformed vals in line with addition oflog_transform_response()
/ changes tostandardise_response()
- #116 check appropriate required variable (i.e. function needs
back_transformed_data
, but checked foraugmented_data
indat
arg, wouldn't throw required error becauseaugmented_data
was present indat
- #102 add import, return, and see also roxygen doc tags, replace note with details tag, rename fn doc title
- #116 update argument checks conditional expression
- #118 match output to
log_transform_yi()
(now returns additional colslower
andupper
, not onlyc("Z","VZ")
) - #118 match process to
log_transform_yi()
and #97 generalise processing to both euc/bt datasets without hard-coding dataset names in fns, and remove associated dataset-specific argument checking #116 - #118 adapt response variable preparation to accept additional argument
dataset_log_transform
apply argument checks #116, add roxygen param #102 - #118 adapt response variable processing to accept either/or/none for dataset standardisation/log-transformation.
- equivalent to
pred_to_z()
- #102 write documentation
- #102 add import tags for
log_transform()
and link to equivalent functions, apply default argument values / checks - #97 rename out argument