View source: R/qa_all_structural_extra_plots.R
all_structural_extra_plots | R Documentation |
Print all structural part plots and tables.
all_structural_extra_plots(
simeval_directory,
base_dataset,
resmod_structural_details,
extra_table,
idv_all,
idv_name,
dvid_name,
type,
nonlinear
)
simeval_directory |
A path to the simeval run directory. |
base_dataset |
A path of the linbase.dta (if nonlinear=TRUE) or to the original input data file (if nonlinear=FALSE). |
resmod_structural_details |
From resmod |
extra_table |
A path of the extra table with all derivatives columns. |
idv_all |
A string vector of all possible idv names for specific run. |
idv_name |
The string of the idv name from the -idv option in the qa run. |
dvid_name |
A string of the DVID column. |
type |
A string of the Rmarkdown format. Possible values "latex" or "html". Will be passed to the kable() function. |
nonlinear |
A logical indicating whether nonlinear qa have been run. |
Print kable tables and plots to the report.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.