Package: gldrm
Type: Package
Title: Generalized Linear Density Ratio Models
Version: 1.5
Authors@R: c(
    person("Michael", "Wurm", email = "wurm@uwalumni.com", role = c("aut", "cre")),
    person("Paul", "Rathouz", email = "rathouz@biostat.wisc.edu", role = "aut"))
Description: Fits a generalized linear density ratio model (GLDRM).
    A GLDRM is a semiparametric generalized linear model.
    In contrast to a GLM, which assumes a particular exponential family distribution, 
    the GLDRM uses a semiparametric likelihood to estimate the reference distribution. 
    The reference distribution may be any discrete, continuous, or mixed exponential 
    family distribution. The model parameters, which include both the regression 
    coefficients and the cdf of the unspecified reference distribution, are estimated 
    by maximizing a semiparametric likelihood. Regression coefficients are estimated 
    with no loss of efficiency, i.e. the asymptotic variance is the same as if the 
    true exponential family distribution were known.
    Huang (2014) <doi:10.1080/01621459.2013.824892>.
    Huang and Rathouz (2012) <doi:10.1093/biomet/asr075>.
    Rathouz and Gao (2008) <doi:10.1093/biostatistics/kxn030>.
Depends: R (>= 3.2.2)
Imports: stats (>= 3.2.2), graphics (>= 3.2.2)
Suggests: testthat (>= 1.0.2)
License: MIT + file LICENSE
LazyData: TRUE
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2018-04-13 05:01:04 UTC; mike
Author: Michael Wurm [aut, cre],
  Paul Rathouz [aut]
Maintainer: Michael Wurm <wurm@uwalumni.com>
Repository: CRAN
Date/Publication: 2018-04-13 07:58:20 UTC
Built: R 4.0.2; ; 2020-07-15 14:03:13 UTC; unix
