Package: brlrmr
Title: Bias Reduction with Missing Binary Response
Version: 0.1.0
Date: 2016-11-23
Authors@R: c(person("Arnab", "Maity", email = "akumar@stat.tamu.edu", role = c("aut", "cre")),
             person("Vivek", "Pradhan", email = "vip296@mail.harvard.edu", role = "ctb"),
             person("Ujjwal", "Das", email = "ujjwal.das@iimu.ac.in", role = "ctb"))
Description: Provides two main functions, il() and fil(). The il() function implements the EM algorithm developed by Ibrahim and Lipsitz (1996) <DOI:10.2307/2533068> to estimate the parameters of a logistic regression model with the missing response when the missing data mechanism is nonignorable. The fil() function implements the algorithm proposed by Maity et. al. (2017+) <https://github.com/arnabkrmaity/brlrmr> to reduce the bias produced by the method of Ibrahim and Lipsitz (1996) <DOI:10.2307/2533068>.
Depends: R (>= 2.10)
Imports: boot, brglm, MASS, profileModel, Rcpp, stats
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 5.0.1
NeedsCompilation: no
Packaged: 2017-05-23 22:32:51 UTC; SUDESHNA
Author: Arnab Maity [aut, cre],
  Vivek Pradhan [ctb],
  Ujjwal Das [ctb]
Maintainer: Arnab Maity <akumar@stat.tamu.edu>
Repository: CRAN
Date/Publication: 2017-05-24 04:27:44 UTC
