can_permute {mxfda} | R Documentation |
Can Permute Checker
Description
Can Permute Checker
Usage
can_permute(extract_func, summary_func, permute_CSR, markvar_levels)
Arguments
extract_func |
univariate or bivariate function |
summary_func |
summary function |
permute_CSR |
whether or not user wants to permute |
markvar_levels |
how many levels are in the column the user wants for column of interest |
Value
TRUE
or FALSE
on if permutations are possible
[Package mxfda version 0.2.2-1 Index]