> lmtp_contrast(fit1, ref = 0.787)
Message: Non-estimated reference value, defaulting type = 'additive'.


  

Message: LMTP Contrast: additive

Message: Null hypothesis: theta == 0


  theta shift   ref std.error conf.low conf.high p.value
1 0.105 0.892 0.787    0.0132   0.0793     0.131  <0.001

> lmtp_contrast(fit1, fit0, ref = 0.787)
Message: Non-estimated reference value, defaulting type = 'additive'.


  

Message: LMTP Contrast: additive

Message: Null hypothesis: theta == 0


    theta shift   ref std.error conf.low conf.high p.value
1 0.10509 0.892 0.787    0.0132   0.0793    0.1309  <0.001
2 0.00848 0.795 0.787    0.0183  -0.0274    0.0444   0.644

> lmtp_contrast(fit1, ref = fit0)

  

Message: LMTP Contrast: additive

Message: Null hypothesis: theta == 0


   theta shift   ref std.error conf.low conf.high p.value
1 0.0966 0.892 0.795   0.00841   0.0801     0.113  <0.001

> lmtp_contrast(fit1, ref = fit0, type = "rr")

  

Message: LMTP Contrast: relative risk

Message: Null hypothesis: theta == 1


  theta shift   ref std.error conf.low conf.high p.value
1  1.12 0.892 0.795    0.0114      1.1      1.15  <0.001

> lmtp_contrast(fit1, ref = fit0, type = "or")

  

Message: LMTP Contrast: odds ratio

Message: Null hypothesis: theta == 1


  theta shift   ref std.error conf.low conf.high p.value
1  2.13 0.892 0.795    0.0583      1.9      2.38  <0.001

