# Using the alogliptin dataset
network <- mb.network(alog_pcfb)
# Take a single follow-up time from each study...
# ...closest to 7
get.closest.time(network, t=7)
# ...closest to 20
get.closest.time(network, t=7)
# ...closest to the median follow-up across all studies
get.closest.time(network, t=26)
Run the code above in your browser using DataLab