File: control

package info (click to toggle)
r-cran-brglm 0.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 216 kB
  • sloc: ansic: 29; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,553 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: r-cran-brglm
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Balint Reczey <balint@balintreczey.hu>
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Priority: optional
Build-Depends: debhelper (>= 11~),
               dh-r,
               r-base-dev,
               r-cran-profilemodel
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-brglm
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-brglm.git
Homepage: https://cran.r-project.org/package=brglm

Package: r-cran-brglm
Architecture: any
Depends: ${R:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R package for bias reduction in binomial-response GLMs
 Fit generalized linear models with binomial responses using either an
 adjusted-score approach to bias reduction or maximum penalized
 likelihood where penalization is by Jeffreys invariant prior. These
 procedures return estimates with improved frequentist properties
 (bias, mean squared error) that are always finite even in cases where
 the maximum likelihood estimates are infinite (data separation).
 Fitting takes place by fitting generalized linear models on
 iteratively updated pseudo-data. The interface is essentially the same
 as 'glm'.  More flexibility is provided by the fact that custom
 pseudo-data representations can be specified and used for model
 fitting. Functions are provided for the construction of confidence
 intervals for the reduced-bias estimates.