print.marima: print.marima

Description Usage Arguments

Description

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

Usage

1
2
3
## 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.


marima documentation built on May 2, 2019, 2:10 p.m.

Related to print.marima in marima...