afex_options {afex}R Documentation

Set/get global afex options

Description

Global afex options are used, for example, by aov_car (et al.) and mixed. But can be changed in each functions directly using an argument (which has precedence over the global options).

Usage

afex_options(...)

Arguments

...

One of three: (1) nothing, then returns all options; (2) a name of an option element, then returns its' value; (3) a name-value pair which sets the corresponding option to the new value (and returns nothing).

Details

The following arguments are currently set:

Value

depends on input, see above.

Examples

afex_options()

afex_options("return_aov")

afex_options("return_aov", "check.contrasts")  # returns only first value!

## Not run: 
afex_options(return_aov = "nice")

## End(Not run)


[Package afex version 0.16-1 Index]