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

Zr data subsets all have different number of cols #75

Open
2 tasks done
egouldo opened this issue Apr 18, 2023 · 3 comments
Open
2 tasks done

Zr data subsets all have different number of cols #75

egouldo opened this issue Apr 18, 2023 · 3 comments
Assignees
Labels
bug an unexpected problem or unintended behavior

Comments

@egouldo
Copy link
Owner

egouldo commented Apr 18, 2023

image

  • Identify source of variation in pipeline
  • Ensure all effects_analysis tbl's have the same columns
@egouldo egouldo added the bug an unexpected problem or unintended behavior label Apr 18, 2023
@egouldo egouldo self-assigned this Apr 18, 2023
@egouldo
Copy link
Owner Author

egouldo commented Aug 30, 2023

Rm from manuscript, this is a pipeline job of low priority

@egouldo egouldo transferred this issue from another repository Oct 27, 2023
@egouldo egouldo transferred this issue from another repository Aug 5, 2024
@egouldo egouldo transferred this issue from another repository Aug 5, 2024
@egouldo egouldo added this to the Respond Reviewer Comments milestone Aug 10, 2024
@egouldo
Copy link
Owner Author

egouldo commented Sep 10, 2024

Current state:

library(ManyEcoEvo)
#> Loading required package: rmarkdown
#> Loading required package: bookdown
#> Registered S3 method overwritten by 'parsnip':
#>   method          from 
#>   print.nullmodel vegan
#> Registered S3 method overwritten by 'lava':
#>   method         from    
#>   print.estimate EnvStats
library(purrr)
library(dplyr)
#> 
#> Attaching package: 'dplyr'
#> The following objects are masked from 'package:stats':
#> 
#>     filter, lag
#> The following objects are masked from 'package:base':
#> 
#>     intersect, setdiff, setequal, union
ManyEcoEvo::ManyEcoEvo_results %>%
  select(ends_with("set"), "effects_analysis") %>%
  rowwise() %>%
  mutate(ncols = ncol(effects_analysis), .keep = "unused") %>%
  knitr::kable()
exclusion_set dataset publishable_subset expertise_subset collinearity_subset ncols
complete blue tit All All All 50
complete eucalyptus All All All 50
partial blue tit All All All 50
partial eucalyptus All All All 50
complete blue tit data_flawed All All 16
complete blue tit data_flawed_major All All 16
complete eucalyptus data_flawed All All 16
complete eucalyptus data_flawed_major All All 16
partial blue tit data_flawed All All 16
partial blue tit data_flawed_major All All 16
partial eucalyptus data_flawed All All 16
partial eucalyptus data_flawed_major All All 16
complete blue tit All expert All 50
complete eucalyptus All expert All 50
complete blue tit All All collinearity_removed 50
complete-rm_outliers blue tit All All All 50
complete-rm_outliers eucalyptus All All All 50
partial-rm_outliers blue tit All All All 50
partial-rm_outliers eucalyptus All All All 50

Created on 2024-09-10 with reprex v2.1.0

@egouldo
Copy link
Owner Author

egouldo commented Sep 10, 2024

so the publish ability subsetting is resulting in this discrepancy.

egouldo added a commit that referenced this issue Sep 10, 2024
… review data cols are all re-nested

#102 add note in documentation explaining data requirements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug an unexpected problem or unintended behavior
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant