print.marima {marima}R Documentation

print.marima

Description

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

Usage

## S3 method for class 'marima'
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.


[Package marima version 2.2 Index]