Commit Graph

208 Commits

Author SHA1 Message Date
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
28c9fda051 Rename variables arugment 2024-09-16 15:48:12 -04:00
3f2d629371 Absorb finite filter 2024-09-16 15:33:25 -04:00
5c87ff8615 Restructure plot filtering 2024-09-16 15:21:41 -04:00
37743b1f5e Pull cur_column() from across() 2024-09-16 15:07:07 -04:00
4045b31543 Extend plot filtering 2024-09-16 15:04:15 -04:00
b13f2df26b Refactor interaction plot configs 2024-09-16 14:19:52 -04:00
e07baf7a37 Break out plot filtering 2024-09-16 13:55:00 -04:00
4f90330500 Simplify R Squared calculations 2024-09-16 12:27:24 -04:00
22236fef49 Separate adjustments from ranks 2024-09-16 12:21:40 -04:00
1dfb5d5084 Improve rank plot filtering and plot config generation 2024-09-15 21:58:19 -04:00
534c570335 Create rank plots by SD band 2024-09-15 21:07:50 -04:00
e00df4be45 Refactor rank plots 2024-09-15 19:32:25 -04:00
eb2e1ae7d6 Add some debug for rank plots 2024-09-15 18:37:42 -04:00
f848a60871 Add interaction vars to ranks 2024-09-15 17:48:44 -04:00
549090b572 Correctly pass annotations as list of list 2024-09-15 17:37:19 -04:00
971fb80194 Remove existing df calls for single dplyr 2024-09-15 17:21:21 -04:00
ba7f575be1 Begin main() refactor 2024-09-15 17:06:36 -04:00
5dfa2d1650 Explicitly filter data before plotting to silence ggplot 2024-09-15 14:32:48 -04:00
6c13182961 Simplify annotation code 2024-09-15 12:48:36 -04:00
ee986fbd60 Use tooltips rather than text aes for interactive plotly 2024-09-15 12:28:52 -04:00
4f0c36fd66 Prevent interactive variable collision in generate_plot 2024-09-15 12:01:07 -04:00
767694b8ac Prevent interactive variable collision in generate_plot 2024-09-15 11:58:00 -04:00