Learn R Programming

marima (version 2.2)

print.marima: print.marima

Description

Print some (most relevant) content of a marima object.

Usage

"print"(x, estimates = TRUE, pvalues = FALSE, pattern = TRUE, fvalues = TRUE, ...)

Arguments

x
= a marima object with results of marima analysis.
estimates
= TRUE/FALSE: printout of parameter estimates.
pvalues
= TRUE/FALSE: printout of (approximate) p-values for parameter estimates.
pattern
= TRUE/FALSE: printout of model definition pattern(s).
fvalues
= TRUE/FALSE: printout of parameter (approximate) F-values.
...
Not used.