# \donttest{
# Using the triptans data
network <- mbnma.network(triptans)
# Run an Emax dose-response MBNMA
result <- mbnma.run(network, fun=demax(), method="random")
# Obtain model prior values
print(result$model.arg$priors)
# Priors when using mbnma.run with an exponential function
result <- mbnma.run(network, fun=dexp(), method="random")
print(result$model.arg$priors)
# }
Run the code above in your browser using DataLab