| post_clean_low_trials | R Documentation | 
User-friendly wrapper to replace records with too many no-responses with NA
in ACE data processed with proc_by_module.
post_clean_low_trials(
  df,
  app_type = c("classroom", "explorer"),
  min_trials = 5,
  extra_demos = NULL
)
df | 
 a df, output by   | 
app_type | 
 character. What app type produced this data? One of
  | 
min_trials | 
 Minimum number of trials to require in most restrictive condition.
Defaults to 5. This condition is checked against the   | 
extra_demos | 
 Character vector specifying any custom-added demographics columns (beyond app defaults) to pass through the function. Defaults to {codeNULL.  | 
a df, similar in structure to proc, but with records with too few trials
converted to NA.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.