Print Method for Object of Class varmxid
Usage
# S3 method for class 'varmxid'
print(
x,
means = FALSE,
mu = TRUE,
alpha = TRUE,
beta = TRUE,
nu = TRUE,
psi = TRUE,
theta = TRUE,
digits = 4,
...
)Arguments
- x
an object of class
varmxid.- means
Logical. If
means = TRUE, return means. Otherwise, the function returns raw estimates.- mu
Logical. If
mu = TRUE, include estimates of themuvector, if available. Ifmu = FALSE, exclude estimates of themuvector.- alpha
Logical. If
alpha = TRUE, include estimates of thealphavector, if available. Ifalpha = FALSE, exclude estimates of thealphavector.- beta
Logical. If
beta = TRUE, include estimates of thebetamatrix, if available. Ifbeta = FALSE, exclude estimates of thebetamatrix.- nu
Logical. If
nu = TRUE, include estimates of thenuvector, if available. Ifnu = FALSE, exclude estimates of thenuvector.- psi
Logical. If
psi = TRUE, include estimates of thepsimatrix, if available. Ifpsi = FALSE, exclude estimates of thepsimatrix.- theta
Logical. If
theta = TRUE, include estimates of thethetamatrix, if available. Iftheta = FALSE, exclude estimates of thethetamatrix.- digits
Integer indicating the number of decimal places to display.
- ...
further arguments.