print8mn: standard print function for a /mn/ object.

View source: R/f07.normal.code.r

print8mnR Documentation

standard print function for a /mn/ object.

Description

prints a /mn/ object completely or a part of it.

Usage

print8mn(mn, what="msC", ordering=NULL, digits=3, printed=TRUE)

Arguments

mn

mn object to be printed.

what

a character(1); when comprising "m" the expectations are printed, "s" the standard deviations are printed, "C" the correlation matrix is printed, "S" the variance matrix is printed, "P" the precision matrix is printed, "p" the normalized precision matrix is printed.

ordering

Nodes are given following the indices of "ordering" if numeric or the names if it is character. NULL means the identity permutation. Repetitions or missing nodes are accepted.

digits

when not null, the number of digits for rounding the parameter values.

printed

TRUE to issue a printing, if not the prepared matrix is returned.

Value

The mn is printed or a matrix having nn x ? is returned binding which elements precised in the argument what.

Examples

 print8mn(rbmn0mn.01);

rbmn documentation built on July 9, 2023, 6:37 p.m.