# NOT RUN {
biases <- multi_bias(confounding(),
selection("general"))
# print() lists the arguments for the multi_bound() function
print(biases)
# summary() provides more information
# with parameters in latex notation if latex = TRUE
summary(biases, latex = TRUE)
# Calculate a bound
multi_bound(biases = biases,
RRAUc = 1.5, RRUcY = 2, RRUsYA1 = 1.25,
RRSUsA1 = 4, RRUsYA0 = 3, RRSUsA0 = 2)
# }
Run the code above in your browser using DataLab