control.bgev {INLA}R Documentation

control.bgev

Description

Control variables in ⁠control.*⁠ for use with inla(). The functions can be used to TAB-complete arguments, and returns a list of the default control arguments, unless overridden by specific input arguments.

Usage

control.bgev(
  q.location = 0.5,
  q.spread = 0.25,
  q.mix = c(0.1, 0.2),
  beta.ab = 5L
)

inla.set.control.bgev.default(...)

Arguments

q.location

The quantile level for the location parameter

q.spread

The quantile level for the spread parameter (must be < 0.5)

q.mix

The lower and upper quantile level for the mixing function

beta.ab

The parameters a and b in the Beta mixing function

...

Named arguments passed on to the main function

Details

The control.bgev-list is set within the corresponding control.family-list as control parameters to the family="bgev"

See Also

Other control: control.compute(), control.expert(), control.family(), control.fixed(), control.gcpo(), control.group(), control.hazard(), control.inla(), control.lincomb(), control.link(), control.lp.scale(), control.mix(), control.mode(), control.numa(), control.pardiso(), control.pom(), control.predictor(), control.scopy(), control.sem(), control.stiles(), control.taucs(), control.update(), control.vb()


[Package INLA version 25.10.19 Index]