print.qmix: Print returns from a 'qmix' object

Description Usage Arguments Value See Also

View source: R/printfun.R

Description

General print function for qmix objects, which dispatches the chosen type of printing to the corresponding function.

Usage

1
2
## S3 method for class 'qmix'
print(x, type = "text", ...)

Arguments

x

A qmix object to be printed.

type

Character string giving the type of printing, such as "text", "mcmc", "coef".

...

Additional arguments to be passed to print functions (check the See Also section).

Value

None.

See Also

print_text.qmix, print_mcmc.qmix, print_coef.qmix.


qmix documentation built on Dec. 16, 2019, 1:27 a.m.