emmeans-logistf | R Documentation |
Support for the emmeans
package is available. See below for an example of using emmeans::emmeans()
with a logistf
object.
data(sex2)
fit<-logistf(case ~ age+oc+vic+vicl+vis+dia, data=sex2)
emmeans::emmeans(fit, ~age+dia)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.