Description Usage Arguments Value Examples
creates a string that other functions can use to know what analysis case they are dealing with
1 2 | map_to_case(hypothesis.type, dependent.var.type = NULL,
independent.var.type = NULL)
|
hypothesis.type |
The hypothesis type. Must be one of "group_difference" or "direct_reporting". |
dependent.var.type |
The type of the dependent variable as a string. must be either "numerical" or "categorical" |
independent.var.type |
The type of the independent variable as a string. must be either "numerical" or "categorical" |
a string that other functions can use to know what analysis case they are dealing with. It has a class "analysis_case" assigned
1 | ## Not run: map_to_case("group_difference","categorical","categorical")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.