Other packages > Find by keyword >

logistf  

Firth's Bias-Reduced Logistic Regression
View on CRAN: Click here


Download and install logistf package within the R console
Install from CRAN:
install.packages("logistf")

Install from Github:
library("remotes")
install_github("cran/logistf")

Install by package version:
library("remotes")
install_version("logistf", "1.26.0")



Attach the package and use:
library("logistf")
Maintained by
Georg Heinze
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2003-10-23
Latest Update: 2023-08-18
Description:
Fit a logistic regression model using Firth's bias reduction method, equivalent to penalization of the log-likelihood by the Jeffreys prior. Confidence intervals for regression coefficients can be computed by penalized profile likelihood. Firth's method was proposed as ideal solution to the problem of separation in logistic regression, see Heinze and Schemper (2002) . If needed, the bias reduction can be turned off such that ordinary maximum likelihood logistic regression is obtained. Two new modifications of Firth's method, FLIC and FLAC, lead to unbiased predictions and are now available in the package as well, see Puhr et al (2017) .
How to cite:
Georg Heinze (2003). logistf: Firth's Bias-Reduced Logistic Regression. R package version 1.26.0, https://cran.r-project.org/web/packages/logistf. Accessed 22 Dec. 2024.
Previous versions and publish date:
1.00 (2003-10-23 09:48), 1.01 (2004-04-22 10:20), 1.03 (2005-04-05 09:38), 1.05 (2005-11-17 11:00), 1.06 (2006-04-20 17:27), 1.10 (2010-04-25 09:26), 1.20 (2013-05-16 10:44), 1.21 (2013-06-26 18:31), 1.22 (2016-12-19 17:15), 1.23.1 (2020-09-04 06:22), 1.23 (2018-07-19 19:40), 1.24.1 (2022-01-18 17:02), 1.24 (2020-09-16 08:40), 1.25.0 (2023-05-03 09:30)
Other packages that cited logistf R package
View logistf citation profile
Other R packages that logistf depends, imports, suggests or enhances
Complete documentation for logistf
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

tropAlgebra  
Tropical Algebraic Functions
It includes functions like tropical addition, tropical multiplication for vectors and matrices. In t ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
composits  
Compositional, Multivariate and Univariate Time Series Outlier Ensemble
A compositional multivariate and univariate time series outlier ensemble.It uses the four R packages ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA