1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
Nathan TeBlunthuis
42216363aa make executable 2025-06-05 20:19:01 -07:00
Nathan TeBlunthuis
8d73f032b3 shebang for 01_indep_differential.R 2025-06-05 20:18:36 -07:00

1
multiple_iv_simulations/01_indep_differential.R Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env Rscript
library(argparser)
library(mecor)
library(ggplot2)