|
|
94c477ca28
|
Fix bg data references
|
2024-09-24 23:09:46 -04:00 |
|
|
|
81174db065
|
Put bg_stats into its own df to be reused
|
2024-09-24 22:26:05 -04:00 |
|
|
|
4741996694
|
Align df handling closer to original script
|
2024-09-24 22:17:09 -04:00 |
|
|
|
eaf75f8892
|
Preserve conc cols for later
|
2024-09-24 20:40:09 -04:00 |
|
|
|
89b32de29c
|
Fix column naming derps
|
2024-09-24 20:14:20 -04:00 |
|
|
|
fea56ac7a9
|
Revert to original column naming for Sum_Z_score
|
2024-09-24 20:10:09 -04:00 |
|
|
|
3c90c22a43
|
Replace deprecated cur_data() with pick()
|
2024-09-24 20:03:36 -04:00 |
|
|
|
c7ad7246ee
|
Redo interaction score groupings
|
2024-09-24 20:02:02 -04:00 |
|
|
|
5f1331f9a5
|
Workaround bogus sd and se calculations
|
2024-09-18 22:14:53 -04:00 |
|
|
|
62e07f53fd
|
More interaction df changes
|
2024-09-18 20:08:24 -04:00 |
|
|
|
1b7e5f6e5d
|
Try simpler df joining
|
2024-09-18 17:49:01 -04:00 |
|
|
|
d64d6d18cc
|
Add correct lm smoothing colors
|
2024-09-18 16:35:18 -04:00 |
|
|
|
909e168e2d
|
Skip Overlap coloring for unadjusted df
|
2024-09-18 16:01:42 -04:00 |
|
|
|
b4875430f8
|
Fix rank column names
|
2024-09-18 15:42:09 -04:00 |
|
|
|
452d9e4162
|
Make rank a function in across()
|
2024-09-18 14:35:43 -04:00 |
|
|
|
9e8a7e9361
|
Remove memory limits
|
2024-09-18 14:29:37 -04:00 |
|
|
|
728449efb4
|
Cleanup plot inconsistincies
|
2024-09-18 14:26:41 -04:00 |
|
|
|
b35551c3e2
|
Extend filter_data into process_data
|
2024-09-18 13:09:58 -04:00 |
|
|
|
977561b200
|
Simplify SD bands
|
2024-09-18 04:27:49 -04:00 |
|
|
|
eb3ed1470c
|
Use updated guide term
|
2024-09-18 03:40:00 -04:00 |
|
|
|
3251c8f879
|
Rework plotting code, add auto-grid layout
|
2024-09-18 03:34:16 -04:00 |
|
|
|
7bfe5c337e
|
Switch from tooltip to text aes for more control
|
2024-09-18 02:29:11 -04:00 |
|
|
|
d42dd71b97
|
Refactor interactive tooltips
|
2024-09-18 02:15:32 -04:00 |
|
|
|
d6e057b618
|
Fix overlap conditions
|
2024-09-18 00:09:07 -04:00 |
|
|
|
0760013c85
|
Drop lm grouping
|
2024-09-17 23:54:32 -04:00 |
|
|
|
219dc15a45
|
Hardcode group vars to simplify
|
2024-09-17 23:30:32 -04:00 |
|
|
|
fdcd97d7f1
|
Correctly group linear modeling
|
2024-09-17 23:25:58 -04:00 |
|
|
|
7d2473044e
|
Improve output
|
2024-09-17 22:26:11 -04:00 |
|
|
|
4f9c2d3274
|
Fix column references
|
2024-09-17 21:54:31 -04:00 |
|
|
|
5d0d017a67
|
Cleanup output
|
2024-09-17 21:03:19 -04:00 |
|
|
|
24abf3c359
|
Improve df grouping
|
2024-09-17 20:11:39 -04:00 |
|
|
|
268d7decb5
|
Tidy up groupings
|
2024-09-17 18:54:44 -04:00 |
|
|
|
eb1c04bbab
|
Fix rank vars names
|
2024-09-17 16:56:12 -04:00 |
|
|
|
62cf10860a
|
Break plate analysis out of main()
|
2024-09-17 16:15:35 -04:00 |
|
|
|
2ddba41950
|
Reformat rank plot configs
|
2024-09-17 15:06:27 -04:00 |
|
|
|
012c5e1d69
|
Add rectangles to avg zscore plot
|
2024-09-17 14:59:38 -04:00 |
|
|
|
d565f7f95f
|
Revert load_and_process_data
|
2024-09-17 14:41:29 -04:00 |
|
|
|
f342e292c8
|
Refactor data loading and add more plotting elements
|
2024-09-17 14:35:39 -04:00 |
|
|
|
a58c8db90d
|
Simplify rank columns
|
2024-09-17 09:42:43 -04:00 |
|
|
|
cdeaf6e6ba
|
Tidy some code up and make more specific
|
2024-09-16 21:57:34 -04:00 |
|
|
|
3bc0b532b7
|
Fix plot config references
|
2024-09-16 21:18:59 -04:00 |
|
|
|
39331eacc2
|
Simplify and fix summary stats
|
2024-09-16 21:14:59 -04:00 |
|
|
|
d5141d04c4
|
Refactor data filtering
|
2024-09-16 21:10:22 -04:00 |
|
|
|
9d23540157
|
Add cross-interaction linear model calculations
|
2024-09-16 20:43:37 -04:00 |
|
|
|
4fd3453bd6
|
Vectorized data filtering
|
2024-09-16 20:18:38 -04:00 |
|
|
|
200df19922
|
Refactor data filtering
|
2024-09-16 20:05:06 -04:00 |
|
|
|
15b6d3327c
|
Don't coerce closure
|
2024-09-16 19:39:49 -04:00 |
|
|
|
36b5a3aa4e
|
Hardcode variables for rank plots
|
2024-09-16 19:33:00 -04:00 |
|
|
|
9fe45ba73f
|
Break apart rank plot code
|
2024-09-16 19:17:01 -04:00 |
|
|
|
91fc9ecfda
|
Convert filter_data to dplyr
|
2024-09-16 17:32:22 -04:00 |
|