profileDG function

Construct a (quasi-) likelihood-profile

Construct a (quasi-) likelihood-profile

Construct a (quasi-) likelihood-profile based on a glm-fit. For internal use for functions constructing profile-likelihood confidence intervals.

profileDG(fit, steps = 100, wh = 1:p)

Arguments

  • fit: an object of class "glm" or "negbin"
  • steps: a single integer value, the number of steps for the profile
  • wh: wh

Details

An adaptation of the code in profile.glm . Will work also for the case that only 0-values occur in one group. For internal use

Returns

An object of class "profile.glm" , "profile" .

Author(s)

Daniel Gerhard

  • Maintainer: Frank Schaarschmidt
  • License: GPL-2
  • Last published: 2019-03-11

Useful links