-
Convergence of the
brglm_fit
iterations is now determined if the L^Inf norm of the step size (rather than the L^1 as it was previously) of the quasi-Fisher scoring procedure is less thanepsilon
(see?brglm_control
for the definition ofepsilon
). This is more natural asepsilon
then determines directly the precision of the reported estimates and does not depend on their number. -
brglm_control()
now checks that the supplied value ofmax_step_factor
is numeric and greater or equal to1
. If not, then it is set to the default value of12
. -
Vignette updates
- Added the
enzymes
andhepatitis
data sets (from the pmlr) to support examples and tests.
- The
expo()
method forbrglmFit
andglm
objects estimates the exponential of parameters of generalized linear models with maximum likelihood or various mean and median bias reduction methods (see?expo
for details). Theexpo()
method is particularly useful for computing (corrected) estimates of the multiplicative impact of a unit increase on a covariate on the mean of a Poisson log-linear model (family = poisson("log")
inglm()
) while adjusting for other covariates, the odds ratio associated with a unit increase on a covariate in a logistic regression model (family = binomial("logit")
inglm()
) while adjusting for other covariates, the relative risk associated with a unit increase on a covariate in a relative risk regression model (family = binomial("log")
inglm()
) while adjusting for other covariates, among others.
- Fixed a bug where the dispersion in the resulting object would not be transformed even if
transformation != "identity"
whentype
isML
orAS_median
orAS_mixed
.
-
Moved unit tests to tinytest.
-
Moved documentation to markdown markup through roxygen2.
-
New vignette titled "Estimating the exponential of regression parameters using brglm2", to demonstrate the
expo()
method. -
Various documentation fixes.
- Housekeeping.
- Removed lpSolveAPI from imports.
- Fixed a bug when predicting from
bracl
objects with non-identifiable parameters.
-
Work on output consistently from
print()
methods forsummary.XYZ
objects; estimator type is now printed and other fixes. -
Enriched warning when algorithm does not converge with more informative text.
-
Documentation fixes and updates
brnb()
allows fitting negative binomial regression models using implicit and explicit bias reduction methods. See vignettes for a case study.simulate()
method for objects of classbrmultinom
andbracl
ordinal_superiority()
method to estimate Agresti and Kateri (2017)'s ordinal superiority measures, and compute bias corrections for those.
- Fixed a bug that would return an error when
Wald.ratios = TRUE
insummary.brmultinom
. - Fixed bug in
vcov.bracl
that would return an error if the"bracl"
object was computed usingbracl()
withparallel = TRUE
and one covariate. - Fixed a bug in
bracl()
related to the handling or zero weights that could result in hard-to-traceback errors. - Fixed a bug in
bracl()
that could cause errors in fits with one covariate. brglmFit()
iteration returns last estimates that worked if iteration fails.
- Documentation and example updates.
- Fixed bug where
confint()
was not returning anything when applied to objects of classbrmultinom
. - Fixed bug where and error could result when the
control
glm()
. argument was specified using the output frombrglmControl()
orbrglm_control()
.
- added
check_aliasing
option inbrglmControl()
to tellbrglm_fit()
to skip (check_aliasing = TRUE
) or not (check_aliasing = FALSE
) rank deficiency checks (through a QR decomposition of the model matrix), saving some computational effort.
- updated DOI links in documentation and some http -> https fixes.
- Fixed bug that resulted in
NA
coefficients whenbrglmFit()
was called with a vectorx
or anx
with no column names.
confint
method forbrmulitnom
objects
- Updated reference to Kenne Pagui et al (2017).q
- Updated reference to Kosmidis and Firth (2020).
- Fixed issues with references.
- Updated documentation.
vcov.brglmFit()
now usesvcov.summary.glm()
and supports thecomplete
argument for controlling whether the variance covariance matrix should include rows and columns for aliased parameters.- Deprecated
detect_sepration()
andcheck_infinite_estimates()
, which will be removed from brglm2 at version 0.8. New versions ofdetect_sepration()
andcheck_infinite_estimates()
are now maintained in the detectseparation R package. - Fixed typos in NEWS.
- Fixed bug in AIC reported by
print.summary()
forbrmultinom
andbracl
objects. detect_separation()
now handles one-column model matrices correctly.
- Documentation improvements and typo fixes.
brglmFit()
can now do maximum penalized likelihood with powers of the Jeffreys prior as penalty (type = "MPL_Jeffreys
) for all supported generalized linear models. See the help files ofbrglmControl()
andbrglmFit()
for details.
- Documentation updates and improvements.
- Updated vignettes to include maximum penalized likelihood with powers of the Jeffreys prior as penalty.
- New examples in
?brglmFit
.
print.brmultinom()
is now exported, sobracl
andbrmultinom
objects print correctly.
- Added
response_adjustment
argument inbrglmControl()
to allow for more fine-tuning of the starting values whenbrglmFit()
is called withstart = NULL
.
- Documentation updates and improvements.
- Added Kosmidis et al (2019) in the description file.
- Added tests for
brglmControl()
.
- Fixed typos in vignettes and documentation.
- Added ORCHID for Ioannis Kosmidis in DESCRIPTION.
brglmFit()
now works as expected with custom link functions (mean and median bias reduction).brglmFit()
respects the specification of the transformation argument inbrglmControl()
.- Fixed bug in the computation of the QR decomposition under aliasing
in
brglmFit()
. - Other minor bug fixes and performance improvements.
- Protection against use of
quasi()
,quasibinomial()
andquasibinomial()
families and documentation update.
- Added
bracl()
for fitting adjacent category logit models for ordinal responses using maximum likelihood, mean bias reduction, and median bias reduction and associated methods (logLik
,summary
and so on). - Added
predict()
methods forbrmultinom
andbracl
objects. Addedresiduals()
methods forbrmultinom
andbracl
objects (residuals of the equivalent Poisson log-linear model) - Added the
mis()
link functions for accounting for misclassification in binomial response models (Neuhaus, 1999, Biometrika).
- Improved
summary()
method forbrmultinom
objects. - Better starting values for null fits.
- Added references to arxiv:1804.04085 in documentation.
- Updated reference to Kenne Pagui et al (2017).
- Improved documentation examples.
- Removed warning about observations with non-positive weights from brmultinom.
- Updated email address for Ioannis Kosmidis in brglmFit.
- brmultinom returns a fitted values matrix that respects the dimension of data.
- Fixed bug on condition for
NA
dispersion for models with0
df resid.
- Eliminated errors from markdown chunks in multinomial vignette.
- Compatibility with new version of enrichwith.
- New email for Ioannis Kosmidis.
- Added
type = AS_mixed
as an option to use mean-bias reducing score functions for the regression parameters and median-bias reducing score functions for the dispersion in models with unknown dispersion. check_infinite_estimates()
now acceptsbrmultinom
objects.- Added
singular.ok
argument tobrglmFit()
anddetect_separation()
methods in line with the update ofglm.fit()
.
- less strict tolerance in
brglm_control()
. - Updates to help files.
- Fixed typos in iteration vignette.
- Added URL and bugreports in Description.
- Added new tests.
brglmControl()
is now exported.slowit
did nothing; now included in iteration.
- The
detect_separation()
method for theglm()
function can be used to check for separation in binomial response settings without fitting the model. This relies on a port of Kjell Konis'safeBinaryRegression:::separator()
function (see ?detect_separation). - brglm2 provides estimation via median-bias reducing score
functions with
type = "AS_median"
. - brglm2 provides camel and underscored aliases for basic methods
(
brglmFit()
,brglm_fit()
,detectSeparation()
,detect_separation()
,brglm_control()
,brglmControl()
,detectSeparationControl()
,detect_separation_control()
,checkInfiniteEstimates()
,check_infinite_estimates()
).
- Minor enhancements in the codebase.
- The inverse expected information matrix is computed internally using
cho2inv()
. - Internal changes to have more meaningful variable names.
- Renamed detect_infinite* to check_infinite.
- Fixed typo in
$f_{Y_i}(y)$ in iteration vignette (thanks to Eugene Clovis Kenne Pagui for spotting),
- First release.