Skip to content
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

118 log transform yi #121

Merged
merged 104 commits into from
Aug 28, 2024
Merged

118 log transform yi #121

merged 104 commits into from
Aug 28, 2024

Commits on Aug 15, 2024

  1. #118 add option to log_transform() in prepare_response_variables()

    - #102 add import tags for `log_transform()` and link to equivalent functions, apply default argument values / checks
    - #97 rename out argument
    egouldo committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    d2ab529 View commit details
    Browse the repository at this point in the history
  2. #118 create log_transform_yi()

    - equivalent to `pred_to_z()`
    - #102 write documentation
    egouldo committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    44c2e76 View commit details
    Browse the repository at this point in the history
  3. Fix #118 apply log-transformation in prepare_response_variables()

    - #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.
    egouldo committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    671fa50 View commit details
    Browse the repository at this point in the history
  4. #116 #97 update argument checks

    egouldo committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    89947c1 View commit details
    Browse the repository at this point in the history
  5. Update pred_toZ()

    - #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 cols `lower` and `upper`, not only `c("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
    egouldo committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    a9a3f61 View commit details
    Browse the repository at this point in the history
  6. Update standardise_response()

    - #116 check appropriate required variable (i.e. function needs `back_transformed_data`, but checked for `augmented_data` in `dat` arg, wouldn't throw required error because `augmented_data` was present in `dat`
    egouldo committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    d45f471 View commit details
    Browse the repository at this point in the history
  7. #118 update process_response() to match log-transformation and stan…

    …dardisation updates
    
    - #118 extract `lower` and `upper` transformed vals in line with addition of `log_transform_response()` / changes to `standardise_response()`
    egouldo committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    332d251 View commit details
    Browse the repository at this point in the history
  8. #118 add function log_transform_response()

    - #118 add log-transformation equivalent to `standardise_response()` and `process_resonse()`
    - #102 add function documentation, including examples
    egouldo committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    e199dfb View commit details
    Browse the repository at this point in the history
  9. #118 update application of prepare_response_variables() in targets …

    …pipeline
    
    - #118 call new arg `dataset_log_transform` in fn to log-transform outcomes for euc yi analysis
    egouldo committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    5af7899 View commit details
    Browse the repository at this point in the history
  10. #118 #97 #102 devtools::document()

    egouldo committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    000eb65 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    eedf931 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8e5a7cf View commit details
    Browse the repository at this point in the history
  13. upgrade '2.5.1' to Version

    egouldo committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    a61ada1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    babbf8a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d8ceeb6 View commit details
    Browse the repository at this point in the history
  16. #118 rm redundant code erroneously left-behind

    - #118 ensure application of Z_VZ_preds takes the generalised colnames yi, yi_se instead of using hard-coded dataset application #97
    egouldo committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    a8f5456 View commit details
    Browse the repository at this point in the history
  17. #97 increment patch version

    egouldo committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    00d32d0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b22133a View commit details
    Browse the repository at this point in the history
  19. #118 fix omission of case when estimate_type is Zr and NULL args supp…

    …lied for standardising / transformation
    
    - 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
    egouldo committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    4461d69 View commit details
    Browse the repository at this point in the history
  20. increment patch version #97

    egouldo committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    52ad119 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    d258f69 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. #118 update arguments in *_response() fns

    - `dat` to `data` 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
    egouldo committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    ad957f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ddb518 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c015a4 View commit details
    Browse the repository at this point in the history
  4. #118 #102 add example code for standardise_response() and update ex…

    …ample code for `log_transform_response()`
    egouldo committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    a25b7ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    84176be View commit details
    Browse the repository at this point in the history
  6. #118 #102 update seealso doc

    egouldo committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    75a0631 View commit details
    Browse the repository at this point in the history
  7. #97 update cli formatting

    egouldo committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    e7da50b View commit details
    Browse the repository at this point in the history
  8. - #118 add pmap internal helper function for differential application…

    … of transformation / standardisation in `standardise_response()`
    
    - #118 delete old pmap helper function
    egouldo committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    ba6cf17 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    effb92b View commit details
    Browse the repository at this point in the history
  10. #118 #102 add example code

    egouldo committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    032244f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3d45d72 View commit details
    Browse the repository at this point in the history
  12. #102 #118 devtools::document()

    egouldo committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    ee5b6fa View commit details
    Browse the repository at this point in the history
  13. #97 update version description

    egouldo committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    bae1420 View commit details
    Browse the repository at this point in the history
  14. #97 fledge::update_news()

    egouldo committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    f2a4ff9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d409381 View commit details
    Browse the repository at this point in the history
  16. #118 add check for col estimate_type existing, create it when FALSE

    ---
    
    For `ManyEcoEvo_yi` currently which does not have an `estimate_type` col
    egouldo committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    4a5a5fa View commit details
    Browse the repository at this point in the history
  17. - #118 docs: Add explanation about updated behaviour when `estimate_t…

    …ype` is missing in `ManyEcoEvo` dataframe
    
    - #118 build: devtools::document()
    egouldo committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    62bee48 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e34aec1 View commit details
    Browse the repository at this point in the history
  19. #97 docs: update news

    egouldo committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    f834047 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4ceec4d View commit details
    Browse the repository at this point in the history
  21. #118 fix: conditional application of log_transform_yi

    ----
    
    Was returning only the first column as a vector rather than entire output of log_transform_yi() because `ifelse()` returns vectors dummy!
    egouldo committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    fe6ee93 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ea032bc View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d367f3f View commit details
    Browse the repository at this point in the history
  24. #118 update generate_yi_subsets() to deal with changes in prepare_res…

    …ponse_variables() that now create estiamte_type col
    
    ---
    
    unnest() was throwing an error after splitting based on scenario numbers because colum estimate_type was duplicated
    egouldo committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    f1ea09b View commit details
    Browse the repository at this point in the history
  25. #97 rm todos

    egouldo committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    bad02b3 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f568822 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. - refactor!: exposed argument in exclude_extreme_VZ() to allow diff…

    …erenc `VZ` colnames (i.e. from `log_transform_response()`) #118
    
    - refactor!: `apply_VZ_exclusions()` to handle different out-of-sample colnames for each dataset #118
    egouldo committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    02d058e View commit details
    Browse the repository at this point in the history
  2. docs: Update documentation for most functions

    Switch to `@importFrom` tags from `@import`
    
    Add `@seealso`, `@details` and some `@examples`
    
    Reorganise index manual grouping structure with `@family` and `@describeIn` tags
    
    `devtools::document()`
    
    Refs: #97 #102
    egouldo committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    7dabe6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b53d3e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    98ed2e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9ef1127 View commit details
    Browse the repository at this point in the history
  6. fix: Fix roxygen entries with missing @family tag #118 and `devtool…

    …s::document()`
    egouldo committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    5a6126c View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. docs: update roxygen documentation

    - Add `@import` and `@importFrom` tags
    - Update `@details` with behaviour explanations after removing comments
    - Add `@family` tag for utility functions
    - Add `@seealso` tags
    
    style!:
    
    - line-spacing / tabs
    - explicitly call `by =` arg for joins
    egouldo committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    a40db1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41767fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b6631d View commit details
    Browse the repository at this point in the history
  4. feat: Add pointblank:: column checks and user warnings #116

    style: remove todo comments #97, shutup noisy joins by supplying `by` arg in join call.
    egouldo committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    6841a89 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7515021 View commit details
    Browse the repository at this point in the history
  6. style!: replace call to pointblank::cars() with c() since is supe…

    …rceded and add arg checking #116
    egouldo committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    8869ca2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bd04529 View commit details
    Browse the repository at this point in the history
  8. docs!: switch to import from importFrom #102

    style: linespacing / and indentation #97
    egouldo committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    29cfbdf View commit details
    Browse the repository at this point in the history
  9. fix!: breaking changes to generate_outlier_subsets()

    - switch arg to `data` from `ManyEcoEvo`
    - expose argument to user `n_min` and `n_max`
    - explicit join by argument in join
    - ensure filter diversity_indices for each reduced subset
    - ensure filter diversity_data on effects_analysis and NOT data
    
    ---
    
    This step filters datasets into a `'effects_analysis'` column, and therefore any filtering of the `diversity_*` data must be based on `effects_analysis`
    
    refs: #102 #97
    egouldo committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    e8f354b View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. feat!: update downstream fns #118

    - expose filtering of subsets to user argument: ignore outlier generation for some subsets
    - Expose `n_min` and `n_max` args to user
    - Add argument checks #116, inc. checking filter expressions for existance of col names in `data`
    - Conditionally slice depending on whether `n_*` args supplied in call
    - Define internal helper fns to reduce duplicate code
    - Permit multiple logical expressions in argument ignore_subsets
    - Allow different values of `n_min` and `n_max` for different `dataset`s
    
    bug!: properly evaluate whether arg `ignore_subsets` is null and parse to `filter_vars`, see `dplyr::dplyr_data_masking`
    
    docs!: Update docs #118
    
    - include functional updates in roxygen docs #102
    - rm targets pipeline family tag
    
    style: tidy lint #97
    
    - linespacing / whitespace
    - rm TODO comments
    - Add section header comments
    egouldo committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    b3e80f2 View commit details
    Browse the repository at this point in the history
  2. style: linespace / indentation linting

    bug: comment typo
    egouldo committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c913fd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4645c74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84b73b6 View commit details
    Browse the repository at this point in the history
  5. feat: add argument checks #116 #97

    egouldo committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    421e02f View commit details
    Browse the repository at this point in the history
  6. bug!: replace transmute with mutate in addition to .keep = unused arg…

    … for `Zr` case (i.e. when `estimate_type` is supplied).
    
    ---
    
    Adding in ungrouping caused transmute to ditch id / subset grouping vars
    egouldo committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    d47c02b View commit details
    Browse the repository at this point in the history
  7. style!: explicitly call by = arg on joins

    docs: Add `@details` and @import*` tags
    
    refs: #97
    egouldo committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    7a9e9ba View commit details
    Browse the repository at this point in the history
  8. style: indentation #97

    egouldo committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c603106 View commit details
    Browse the repository at this point in the history
  9. bug!: fix cli expressions, rm improper use of glue::glue() #97

    bug!: #118 ensure `estimate_type` column is added back in using argument value if existing col is replaced and stop grouping on returned data frame
    egouldo committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    684a880 View commit details
    Browse the repository at this point in the history
  10. bug!: fix @imports #97 #102

    egouldo committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    fa4386d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2503588 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1f3d13a View commit details
    Browse the repository at this point in the history
  13. docs!: devtools::document()

    egouldo committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ec19f1f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a679cbb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d494c3f View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. feat!: update downstream fn meta_analyse_datasets() post-#118 updates

    - rm commented out `poss_fit_*()` (now exported internally in 7dabe6d) #97
    - replace name of data arg to `data` #97
    - switch to rlang::is_null for arg checking #116 / conditional behaviour
    - Add arg checking for `filter_vars`, `data`, and checking wither required columns, incl. those in `filter_vars` exist in `data` #116
    - expose user-supplied arguments `outcom_variable` / `outcome_SE` and match values to arg conditions in new columns
    - update supply of colnames arg to meta-analysis functions
    
    docs!: update corresponding docs #102
    
    - switch to `@importFrom` for `cli::`, add missing `@importFrom` calls
    - Add `@details` on user-specified exclusion of outcome variable / outcome variable SE
    
    style: spacing indentation, rm inline TODO comments #97
    egouldo committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    bdf5375 View commit details
    Browse the repository at this point in the history
  2. feat!: update meta-analysis function arguments cf. changes in bdf5375 #…

    …118
    
    - `fit_MA_mv()` switch from `Z_colname` to `outcome_colname` and `VZ_colname` to `outcome_SE_colname` #118
    - `calculate_deviation_score()` #118:  expose colname selection column to user , return meta-analytic mean in column, add `outcome_colname` to specify relevant outcome column name, add argument checking #116
    - `apply_slice_conditionally()` create column `exclusion_set` if does not exist and switch to `se_log` as `VZ_colname` in example for eucalyptus` #188
    - `box_cox_transform()` expose `outcome_SE_colname` arg, add relevant arg checks, update cli output, parse outcome_SE_columns` to `folded_params()` function call #188
    - replace `std.error_log` arg with `se_log` for any logged `yi` data #188
    - and update wrapper function calls in `meta_analyse_datasets()`, provide NULL default for new arg `outcome_SE` #188
    - `fit_box_cox_ratings_cat()`: add arg checks #116, replace arg name `.data` with `data`, switch to `inject` approach as per `fit_box_cox_ratings_cont()` #97
    - fit_box_cox_ratings_cont()` switch to `data` arg from `.data`, add arg checks #116
    - add arg checks to `standardise_response()`, `fit_sorensen_glm()`, `fit_multivar_MA()` , `fit_uni_mixed_effects()` #116
    
    docs!: update corresponding docs
    
    - delete obsolete `@examples` code #102
    - add #TODO comments #97
    - add missing `@import` calls
    - switch to `@importFrom` from `@import` for `purrr::` `rlang::` and `tidyr::` et al
    - don't import `rlang::` in package.R
    
    bug!: minor bug fixes
    
    - unquote bare colname in pointblank check for `exclude_extreme_VZ()`
    - `fit_metafor_mv_reduced()` replace obs_id with study_id as random effect
    egouldo committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4b228cb View commit details
    Browse the repository at this point in the history
  3. bug!: bug-fixes after testing #118 on yi pipeline

    - add import tag for `purrr::transpose()` in `fit_multivar_MA()` #102
    - defuse argument `outcome` in `cli()` call in `fit_boxcox_ratings_cont()`
    
    - `meta_analyse_datasets()`:
      - use correct argument in calls to `fit_boxcox_ratings_*()` (`data` from `.data`)
      - apply coalesce on list-cols only and `@import` `tidyselect::where()` (previously non-list-cols were ignored because character columns were explicitly grouped, however current approach in pipeline is ungrouped in order to allow for generalisability / scalability #87. Can't caoalesce a character vector and list, must be of same type).
    
    build!: update calls in targets `yi` pipeline
    egouldo committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    25418a1 View commit details
    Browse the repository at this point in the history
  4. style: indentation

    egouldo committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    c8cb70a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3027ede View commit details
    Browse the repository at this point in the history
  6. build!: fix missing comma between target arguments

    style: fix indenation
    egouldo committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    196d66a View commit details
    Browse the repository at this point in the history
  7. docs!: devtools::document()

    egouldo committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    330bd6c View commit details
    Browse the repository at this point in the history
  8. - docs!: update @imports #102

    - style: use comments to structure function. rearrange condition checks, and helper functions. update indentation. #97
    egouldo committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    a0d5b14 View commit details
    Browse the repository at this point in the history
  9. docs!: #102 add @import* calls

    style: fix indentation and spacing #97
    egouldo committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    045ec1a View commit details
    Browse the repository at this point in the history
  10. docs!: update @import tags

    style: fix indentation, spacing, reorganise subsections
    egouldo committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4a1ebb1 View commit details
    Browse the repository at this point in the history
  11. add TODO comment

    egouldo committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    b0083fe View commit details
    Browse the repository at this point in the history
  12. docs!: devtools::document() #102

    egouldo committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    61903dd View commit details
    Browse the repository at this point in the history
  13. build!: renv::snapshot()

    egouldo committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    1bada9b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b4ddecc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4fb2dc4 View commit details
    Browse the repository at this point in the history
  16. Increment version

    egouldo committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    79be4c8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a2a9868 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5697f35 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    85ce711 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1d2f197 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7b71fda View commit details
    Browse the repository at this point in the history
  22. Update R/box_cox_transform.R

    egouldo authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    8424016 View commit details
    Browse the repository at this point in the history
  23. Update R/box_cox_transform.R

    egouldo authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    9e4cebb View commit details
    Browse the repository at this point in the history
  24. Update R/box_cox_transform.R

    egouldo authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5e78393 View commit details
    Browse the repository at this point in the history
  25. Update R/box_cox_transform.R

    egouldo authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d43a5e1 View commit details
    Browse the repository at this point in the history
  26. Update R/box_cox_transform.R

    egouldo authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    2a4b01d View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    807c548 View commit details
    Browse the repository at this point in the history