Description Usage Arguments Value
View source: R/reshape_list_of_sims.R
Reshapes a list of simulations to a nice dataframe.
1 2 3 4 5 6 7 8 | reshape_list_of_sims(
list_of_sims,
treat_model_name,
mu_model_name,
n_rows,
n_cols,
num_weight_vectors
)
|
list_of_sims |
List of results from |
treat_model_name |
Name of the treatment model. |
mu_model_name |
Name of the mean generation model. |
n_rows |
How many rows were used. |
n_cols |
How many columns were used. |
num_weight_vectors |
How many weight vectors were used |
Data frame spreading results.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.