S3 Methods for mlumr_fit Objects
Usage
# S3 method for class 'mlumr_fit'
print(x, ...)
# S3 method for class 'mlumr_fit'
summary(object, probs = c(0.025, 0.25, 0.5, 0.75, 0.975), ...)
# S3 method for class 'mlumr_fit'
plot(x, pars = "marginal", type = "marginal", ...)
Arguments
- x, object
An mlumr_fit object
- ...
Additional arguments
- probs
Quantiles to include in summary (default c(0.025, 0.25, 0.5, 0.75, 0.975))
- pars
Parameters to plot (default: "marginal")
- type
Type of plot: "trace", "density", "pairs", or "marginal" (default)
Value
The mlumr_fit object, invisibly.
The mlumr_fit object, invisibly.
A ggplot object, or NULL invisibly for base R plots.