# NOT RUN {
# Returns a data frame
# }
# NOT RUN {
mr(exposure_trait = "Body mass index", outcome_trait = "Coronary heart disease")
# }
# NOT RUN {
# Returns raw response
# }
# NOT RUN {
mr(
exposure_trait = "Body mass index", outcome_trait = "Coronary heart disease",
mode = "raw"
) %>% str()
# }
# NOT RUN {
# Use a different threshold
# }
# NOT RUN {
mr(exposure_trait = "Body mass index", pval_threshold = 1e-8)
# }
Run the code above in your browser using DataLab