Prediction intervals for all network treatment contrasts
Usage
network_prediction_intervals(object, level = 0.95)
Arguments
- object
A fitted nma_mars object.
- level
Prediction interval level.
Value
A data frame with total network effects, standard errors, the
between-study variance used for prediction, and prediction interval bounds.
Examples
if (FALSE) { # \dontrun{
network_prediction_intervals(nma_fit)
} # }