format_wide | R Documentation |
Create wide-format datasets in simulate_r_database
format_wide(
x,
param,
sample_id,
var_names,
show_applicant,
decimals = 2,
noalpha = FALSE
)
x |
Simulation list |
param |
Is simulation data parameter data (TRUE) or sample data (FALSE)? |
sample_id |
What is the ID associated with the sample? |
var_names |
Variables to pull from simulation list |
show_applicant |
Should applicant data be shown for sample statistics (TRUE) or suppressed (FALSE)? |
decimals |
Number of decimals to which statistical results (not parameters) should be rounded. Rounding to 2 decimal places best captures the precision of data available from published primary research. |
noalpha |
Logical scalar indicating whether or not alpha is in the database. |
A dataframe of results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.