print8mn: 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)
Value
The mn
is printed or a matrix having nn x ?
is returned
binding which elements precised in the argument what
.
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.