View source: R/create-group-df-index.R
create_group_df_index | R Documentation |
ggplot2::ggplot()
Create a data frame containing model output index fits from a
model list which is in long format ready for ggplot2::ggplot()
create_group_df_index(
model_lst = NULL,
model_names = NULL,
survey_type = c("age1", "age2")
)
model_lst |
A list of models, each created by |
model_names |
A vector of model names,the same length as |
survey_type |
Either |
A list containing a tibble::tibble()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.