logistf.pdf {nncc} | R Documentation |
Please cite the original function [CLIP.confint](https://CRAN.R-project.org/package=logistf/index.html])
for
publication.
logistf.pdf(
x,
y,
pos,
firth = TRUE,
weight,
control,
plcontrol,
offset = NULL,
b,
beta = NULL,
loglik = NULL,
fit = NULL,
old = FALSE
)
x |
A model matrix returned by |
y |
The response of a model frame returned by |
pos |
Position of the variable (for which profile likelihood confidence
intervals should be computed) in the |
firth |
Use of Firth's penalized maximum likelihood (firth=TRUE, default) or the standard maximum likelihood method (firth=FALSE) |
weight |
An optional weighting variable for each observation |
control |
Controls Newton-Raphson iteration. Default is
|
plcontrol |
Controls Newton-Raphson iteration for the estimation of the
profile likelihood confidence intervals. Default is |
offset |
An optional offset variable |
b |
A bound for the lower or upper limit |
beta |
Regression coefficients for |
loglik |
The (penalized) log-likelihood of the full models |
fit |
Output of |
old |
Corresponding to the |