get_model_dataframe | R Documentation |
This function generates a data frame summarizing the fits of models to various conditions. It compiles information such as model performance, human performance, and subject count for each condition, creating a comprehensive overview suitable for analysis and visualization.
get_model_dataframe(fits, conds, cvdat = c())
fits |
A list of model fitting results, where each element corresponds to a different model. The elements are objects resulting from the optimization process (e.g., using |
conds |
A list representing the conditions for which the models were fitted. Each element in the list should correspond to a condition and include relevant data such as human item accuracy ( |
cvdat |
An optional list of cross-validation data. If provided, this data is used instead of the data in |
A tibble
(data frame) where each row represents a model-condition pair and includes columns for the model name, condition number, condition details, model performance, human performance, and subject count.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.