Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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.


brglm2

Bias Reduction in Generalized Linear Models

v0.7.1
GPL-3
Authors
Ioannis Kosmidis [aut, cre] (<https://orcid.org/0000-0003-1556-0302>), Kjell Konis [ctb], Euloge Clovis Kenne Pagui [ctb], Nicola Sartori [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.