Auxiliary function for the glm interface when method is detect_separation.
Typically only used internally by detect_separation
but may be used to construct a control argument.
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)
)linear_program |
should |
purpose |
should |
beta_tolerance |
maximum absolute variable value from the linear program, before separation is declared. |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.