From 5abc622fe38385bc40248c0194e3b9e03cecd854 Mon Sep 17 00:00:00 2001 From: Jingxin-y Date: Fri, 29 May 2026 12:08:52 -0400 Subject: [PATCH] Update DESCRIPTION --- DESCRIPTION | 35 +++++++++++++++++++++++++++-------- 1 file changed, 27 insertions(+), 8 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index d5d498b..f4bedcc 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,15 +1,33 @@ -Package: brm +Package: brmplus Type: Package -Title: Binary Regression Model -Version: 1.1 -Date: 2020-06-15 -Author: Linbo Wang, Mark Clements, Thomas Richardson -Maintainer: Mark Clements -Description: Fits novel models for the conditional relative risk, risk difference and odds ratio. + +Title: Extended Binary Regression Models for Small-Sample and Rare-Event Studies + +Version: 1.1.0 +Date: 2026-05-29 + +Authors@R: c( + person("Conor", "Klamann", + role = c("aut", "cre"), + email = "conor.klamann@utoronto.ca"), + person("Jingxin", "Yan", + role = c("aut", "cre"), + email = "jingxin.yan@mail.utoronto.ca"), + person("X. Gregory", "Chen", role = "aut"), + person("Linbo", "Wang", role = "aut") +) + +Description: An extension of the binary regression model (BRM) + framework for risk ratio and risk difference inference. + Implements likelihood-based estimation, Blaker-type exact + confidence intervals, and Bayesian corrections for + small-sample, low-incidence, and zero-event studies. + License: MIT + file LICENSE Encoding: UTF-8 -RoxygenNote: 7.2.3 NeedsCompilation: yes +RoxygenNote: 7.2.3 + Suggests: knitr, rmarkdown, @@ -20,3 +38,4 @@ LinkingTo: Rcpp, RcppArmadillo URL: http://github.com/mclements/rstpm2 BugReports: http://github.com/mclements/rstpm2/issues Config/testthat/edition: 3 +