Learn R Programming

exdqlm (version 0.4.0)

print.exdqlmMCMC: Print Method for exdqlmMCMC Objects

Description

Print Method for exdqlmMCMC Objects

Usage

# S3 method for exdqlmMCMC
print(x, ...)

Arguments

x

An exdqlmMCMC object.

...

Additional arguments (unused).

Examples

Run this code
# \donttest{
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)
print(M2)                
# }

Run the code above in your browser using DataLab