View source: R/qa_results_summary.R
yaml_summary | R Documentation |
Creates a yaml file with all results of the qa run.
yaml_summary(
model.filename,
ofv_table,
resmod_structural_details,
full_omega_block_list,
boxcox_lambdas_list,
tdist_list,
add_etas_list,
iov_list,
frem_table_list,
scm_table_list,
resmod_table_list,
ii_list,
outlier_table_list,
overview_table_list,
dvid_name,
skip,
idv_all
)
model.filename |
The original model file name. |
ofv_table |
The ofv dataframe from the qa_ofv_summary_table.R function. |
resmod_structural_details |
The output list from the qa_get_resmod_structural_details.R function. |
full_omega_block_list |
The output list from the qa_get_full_omega_block.R function. |
boxcox_lambdas_list |
The output list from the qa_get_param_extra_table.R function for the boxcox model. |
tdist_list |
The output list from the get_param_extra_table.R function for the tdist model. |
add_etas_list |
The output list from the qa_get_add_etas_table.R function. |
iov_list |
The output list from the qa_get_iov_table.R function. |
frem_table_list |
The output list from the qa_get_all_covariates.R function. |
scm_table_list |
The output list from the qa_get_scm_table.R function. |
resmod_table_list |
The output list from the qa_get_resmod_ruv_table.R function. |
ii_list |
The output list from the qa_get_ii_table.R function. |
outlier_table_list |
The output list from the qa_get_outliers_table.R function. |
overview_table_list |
The output list from the qa_get_overview_table.R function. |
dvid_name |
A charaster of the DVID column name. |
skip |
A character vector with names of the skipped parts in the qa run. |
idv_all |
A character vector with all idv names. |
A yaml file results_summary.yaml for the specific qa run.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.