summary.exdqlmMCMC: Summary Method for 'exdqlmMCMC' Objects

View source: R/generics_etc.R

summary.exdqlmMCMCR Documentation

Summary Method for exdqlmMCMC Objects

Description

Summary Method for exdqlmMCMC Objects

Usage

## S3 method for class 'exdqlmMCMC'
summary(object, ...)

Arguments

object

An exdqlmMCMC object.

...

Additional arguments (unused).

Examples


data("scIVTmag", package = "exdqlm")
y = scIVTmag[1:60]
model = polytrendMod(1, stats::quantile(y, 0.85), 10)
M2 = exdqlmMCMC(y, p0 = 0.85, model, df = c(0.98), dim.df = c(1),
                gam.init = -3.5, sig.init = 15,
                n.burn = 20, n.mcmc = 20,
                init.from.vb = FALSE, verbose = FALSE)
summary(M2)                



exdqlm documentation built on June 5, 2026, 1:06 a.m.