| stan_nma-class | R Documentation | 
The stan_nma and stan_mlnmr classes contains the results from running a
model with the function nma().
Objects of class stan_nma and stan_mlnmr have the following
components:
networkThe network data from which the model was run (class
nma_data for stan_nma, or class mlnmr_data for stan_mlnmr)
stanfitThe stanfit object returned by calling
sampling() for the model
trt_effectsWhether fixed or random effects were used (character string)
consistencyThe consistency/inconsistency model used (character string)
regressionThe regression model used (formula)
class_interactionsIf treatment classes and a regression model are specified, the model used for interactions within each class (common, exchangeable, or independent)
xbarA named vector of values used for centering
likelihoodThe likelihood used (character string)
linkThe link function used (character string)
priorsA list containing the priors used (as nma_prior objects)
basisFor mspline and pexp models, a named list of spline
bases for each study
The stan_mlnmr sub-class inherits from stan_nma, and differs only in the
class of the network object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.