Learn R Programming

logistf (version 1.26.0)

emmeans-logistf: Emmeans support for logistf

Description

Support for the emmeans package is available. See below for an example of using emmeans::emmeans() with a logistf object.

Arguments

Examples

Run this code

data(sex2)
fit<-logistf(case ~ age+oc+vic+vicl+vis+dia, data=sex2)

emmeans::emmeans(fit, ~age+dia)

Run the code above in your browser using DataLab