Learn R Programming

exdqlm (version 0.4.0)

print.exdqlmDiagnostic: Print Method for exdqlmDiagnostic Objects

Description

Print Method for exdqlmDiagnostic Objects

Usage

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

Arguments

x

An exdqlmDiagnostic object.

...

Additional arguments (unused).

Examples

Run this code
# \donttest{
data("scIVTmag", package = "exdqlm")
old = options(exdqlm.max_iter = 15L)
y = scIVTmag[1:60]
model = polytrendMod(1, stats::quantile(y, 0.85), 10)
M0 = exdqlmLDVB(y, p0 = 0.85, model, df = c(0.95), dim.df = c(1),
                  gam.init = -3.5, sig.init = 15,
                  n.samp = 20, tol = 0.2, verbose = FALSE)
M0.diags = exdqlmDiagnostics(M0, plot=FALSE)
print(M0.diags)
options(old)
# }

Run the code above in your browser using DataLab