default_control {aghq}R Documentation

Default control arguments for aghq::aghq().

Description

Run default_control() to print the list of valid control parameters and their defaults, and run with named arguments to change the defaults.

Usage

default_control(...)

Arguments

...

You can provide a named value for any control parameter and its value will be set accordingly. See ?aghq and examples here.

Details

Valid options are:

Value

A list of argument values.

Examples


default_control()
default_control(method = "trust")
default_control(negate = TRUE)


[Package aghq version 0.4.1 Index]