Scaled Logistic Regression (original) (raw)

The goal of sclr is to fit the scaled logit model from Dunning (2006) using the maximum likelihood method. The package website contains all documentation, vignettes and version history.

Installation

Install the CRAN version with

Or the development version from GitHub with:

Model

The model is logistic regression with an added parameter for the top asymptote. For model specification, log likelihood, scores and second derivatives see the math vignette. Documentation of the main fitting function [?sclr](reference/sclr.html) has details on how the model is fit.

Example

Usage is similar to other model fitting functions like lm.

For more details see the usage vignette.

References

Dunning AJ (2006). “A model for immunological correlates of protection.” Statistics in Medicine, 25(9), 1485-1497. doi: 10.1002/sim.2282.