prm_table {xpose} | R Documentation |
Display a parameter estimates to the console
Description
Display parameter estimates from an xpdb object to the console.
Usage
prm_table(
xpdb,
.problem = NULL,
.subprob = NULL,
.method = NULL,
digits = 4,
transform = TRUE,
show_all = FALSE
)
Arguments
xpdb |
An |
.problem |
The problem to be used, by default returns the last one for each file. |
.subprob |
The subproblem to be used, by default returns the last one for each file. |
.method |
The estimation method to be used, by default returns the last one for each file |
digits |
The number of significant digits to be displayed. |
transform |
Should diagonal OMEGA and SIGMA elements be transformed to standard deviation and off diagonal elements be transformed to correlations. |
show_all |
Logical, whether the 0 fixed off-diagonal elements should be removed from the output. |
See Also
Examples
## Not run:
# Store the parameter table
prm <- get_prm(xpdb_ex_pk, .problem = 1)
# Display parameters to the console
prm_table(xpdb_ex_pk, .problem = 1)
## End(Not run)
[Package xpose version 0.4.18 Index]