tracePlot produces traceplots for selected parameters, extracted from ULLGM_BMA results.
tracePlot(x, parameter = "beta", index = 1)Returns a 'ggplot2::ggplot' object.
The output object of ULLGM_BMA.
Specifies which parameter should be considered for the traceplot. Options are "beta" for coefficients, "alpha" for the intercept (the default), "modelsize" for model size, and "sigma2" for the error variance.
If parameter = "beta", specifies which coefficient should be shown. Defaults to 1, corresponding to the covariate in the first column of X.
Gregor Zens