# \donttest{
# Make network
painnet <- mb.network(osteopain)
# Run MBNMA
mbnma <- mb.run(painnet,
fun=temax(pool.emax="rel", method.emax="common",
pool.et50="abs", method.et50="random"))
# Plot fitted values from the model
# Monitor fitted values for 500 additional iterations
fitplot(mbnma, n.iter=500)
# }
Run the code above in your browser using DataLab