Skip to content

Commit

Permalink
Update kpi_averaging.R
Browse files Browse the repository at this point in the history
  • Loading branch information
luchengqi7 committed Sep 20, 2023
1 parent 73558fb commit e498998
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main/R/drtAnalysis/kpi_averaging.R
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,7 @@ for(case_name in names(folders_seeded)){

print(folders_av_averaged_table)

#####Write averaged av tables####
dir_output_name <- "results_kpi_av"
dir.create(dir_output_name)

#Write averaged av tables####
for(case_name in names(folders_av_averaged_table)){
write.table(folders_av_averaged_table[[case_name]],paste0(path_to_data, "/kpi_summary_av_",case_name,".tsv"),quote = FALSE,row.names = FALSE)
}
Expand Down

0 comments on commit e498998

Please sign in to comment.