Skip to content

Releases: ikosmidis/detectseparation

detectseparation v0.3

27 Aug 12:38
e11980d
Compare
Choose a tag to compare

New functionality

  • New detect_infinite_estimates() method for the glm function: detect_infinite_estimates() detects infinite components in the maximum likelihood estimates of generalized linear models with binomial responses, using the methods of Schwendinger et al. (2021) for "log" links and the methods in Konis (2007) for '"logit"', '"probit"', and '"cauchit"' links. See?detect_infinite_estimates for details

  • detect_separation() is now a wrapper of detect_infinite_estimates.

Other improvements, updates and additions

  • Major rewrite and enrichment of help pages and examples.

  • New vignette "Detecting separation and infinite estimates in log-binomial regression".

detectseparation v0.2

22 Apr 15:12
b10091f
Compare
Choose a tag to compare

Other improvements, updates and additions

  • detect_separation() returns a warnings if the link function is not
    one of logit, probit, cloglog, cauchit

  • Documentation and citations updates

  • Added new tests

detectseparation v0.1

26 Mar 11:08
Compare
Choose a tag to compare

First public release