if(interactive()){
### perform an umbrella review according to the GRADE criteria.
### the umbrella review is restricted to the factor "Pharmacological"
### Note that the df.SMD should be stored under a .xls or .xlsx format
umbrella.xls(input_file = file.choose(),
sheet = 1,
output_path = choose.dir(),
output_name = "Pharmacological_Ioannidis",
factors_to_analyze = c("Pharmacological"),
evidence = "GRADE",
plot_results = TRUE)
}
Run the code above in your browser using DataLab