brglm2 (version 0.6.2)

detect_separation_control: Auxiliary function for the glm interface when method is detect_separation.

Description

Typically only used internally by detect_separation but may be used to construct a control argument.

Usage

detect_separation_control(
  linear_program = c("primal", "dual"),
  purpose = c("find", "test"),
  beta_tolerance = sqrt(.Machine$double.eps)
)

detectSeparationControl( linear_program = c("primal", "dual"), purpose = c("find", "test"), beta_tolerance = sqrt(.Machine$double.eps) )

Arguments

linear_program

should detect_separation solve the "primal" or "dual" linear program for separation detection?

purpose

should detect_separation simply "test" for separation or also "find" which parameters are infinite?

beta_tolerance

maximum absolute variable value from the linear program, before separation is declared.