You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Thank you for access to this very helpful and educational piece! I managed to follow and replicate the individual calculations i.e. PRR, GPS, but came unstuck during the rank aggregate calculation. I managed to find the files"df_ror, df_bcpnn and df_prr but not df_gps from my earlier individual calculations (i.e. PRR module") I had a guess at which file df_gps might be, but whatever I try I get:
df_gps <- readRDS("data-processed/df_gps.rds")
Error in gzfile(file, "rb") : cannot open the connection
In addition: Warning message:
In gzfile(file, "rb") :
cannot open compressed file 'data-processed/df_gps.rds', probable reason 'No such file or directory'
I believe my $PATH is correct otherwise I wouldn't have gotten this far
@adzikjurasz By knitting analysis-gps.Rmd it will save the output data frame as data-processed/df_gps.rds file in the end. I just clone the repo to run it again and got the identical results as before (a 311 x 7 data frame). So probably check if there are any issues when knitting this file. Running through it could take quite a few minutes.
Hi! Thank you for access to this very helpful and educational piece! I managed to follow and replicate the individual calculations i.e. PRR, GPS, but came unstuck during the rank aggregate calculation. I managed to find the files"df_ror, df_bcpnn and df_prr but not df_gps from my earlier individual calculations (i.e. PRR module") I had a guess at which file df_gps might be, but whatever I try I get:
I believe my $PATH is correct otherwise I wouldn't have gotten this far
Even if I "ignore" reference to df_gps, I get:
If you could help I would be most grateful
Andy J
The text was updated successfully, but these errors were encountered: