Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

predict.flic

Predict Method for flic Fits


Description

Obtains predictions from a fitted flic object.

Usage

## S3 method for class 'flic'
predict(object, newdata, type = c("link", "response"), ...)

Arguments

object

A fitted object of class flic.

newdata

Optionally, a data frame in which to look for variables with which to predict. If omitted, the fitted linear predictors are used.

type

The type of prediction required. The default is on the scale of the linear predictors. The alternative response gives the predicted probabilities.

...

further arguments passed to or from other methods.

Details

If newdata is omitted the predictions are based on the data used for the fit.

Value

A vector or matrix of predictions


logistf

Firth's Bias-Reduced Logistic Regression

v1.24
GPL
Authors
Georg Heinze [aut, cre], Meinhard Ploner [aut], Daniela Dunkler [ctb], Harry Southworth [ctb], Lena Jiricka [aut]
Initial release
2020-09-10

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.