Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 27 additions & 8 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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 <mark.clements@ki.se>
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,
Expand All @@ -20,3 +38,4 @@ LinkingTo: Rcpp, RcppArmadillo
URL: http://github.com/mclements/rstpm2
BugReports: http://github.com/mclements/rstpm2/issues
Config/testthat/edition: 3

Loading