View source: R/sign_consistency_utils.R
create_sign_consistency_params | R Documentation |
The function creates a list of parameters to be later passed to the sign consistency function.
create_sign_consistency_params(n_splits, summary_function, max_invalid_reps)
n_splits |
- The number of random splits to analyze for the estimation of sign consistency. |
summary_function |
The summary function applied to the dependent variable(s), 'dv' under each split of the data. |
max_invalid_reps |
- The maximal number repetitions in which invalid consistency was computed before returning NA result. |
a list of parameters that includes both arguments.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.