powered by
Access model parameter estimates from an xpdb object.
get_prm( xpdb, .problem = NULL, .subprob = NULL, .method = NULL, digits = 4, transform = TRUE, show_all = FALSE, quiet )
An xpose_data object from which the model output file data will be extracted.
xpose_data
The problem to be used, by default returns the last one for each file.
The subproblem to be used, by default returns the last one for each file.
The estimation method to be used, by default returns the last one for each file
The number of significant digits to be displayed.
Should diagonal OMEGA and SIGMA elements be transformed to standard deviation and off diagonal elements be transformed to correlations.
Logical, whether the 0 fixed off-diagonal elements should be removed from the output.
Logical, if FALSE messages are printed to the console.
FALSE
A tibble for single problem/subprob or a named list for multiple problem|subprob.
prm_table
# 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) # }
Run the code above in your browser using DataLab