View source: R/qa_get_overview_table.R
get_overview_table | R Documentation |
Get overview table.
get_overview_table(
structural_overview,
param_var_overview,
covariates_overview,
resmod_ruv_overview,
infl_indiv_overview,
outliers_overview
)
structural_overview |
a data frame of structural models, corresponding dofv values and number of added parameters |
param_var_overview |
a data frame of patameter models, corresponding dofv values and number of added parameters |
covariates_overview |
a data frame of covariate models, corresponding dofv values and number of added parameters |
resmod_ruv_overview |
a data frame of residual error models, corresponding dofv values and number of added parameters |
infl_indiv_overview |
a data frame of most influential individual, corresponding dofv value and number of added parameters |
outliers_overview |
a data frame of most outlying individual, corresponding dofv value and number of added parameters |
A list of 4 arguments. overview_table - a data frame n.rgroup - a numeric vector with number of rows in each group rgroup_names - a character vector of group names row_groups - a data frame with group names as well as a cutoff for the first and last row number in the overview_table for each group
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.