set_control {brokenstick} | R Documentation |
Set controls to steer calculations
Description
Set controls to steer calculations
Usage
set_control(
method = c("kr", "lmer"),
kr = control_kr(...),
lmer = lmerControl(check.nobs.vs.nRE = "warning"),
...
)
Arguments
method |
String indicating estimation method: |
kr |
A list generated by control_kr. |
lmer |
A list generated by lme4::lmerControl. The default
is set to |
... |
Forwards arguments to |
Value
For method "kr"
, a list returned by control_kr()
.
For method "lmer"
, an object of class lmerControl
.
For other methods, set_control()
returns NULL
.
Examples
# defaults
control <- set_control()
control
[Package brokenstick version 2.5.0 Index]