79807822

Date: 2025-11-03 11:45:26
Score: 0.5
Natty:
Report link

The default in hypothesis is to use the normal distribution (df = Inf) so the modification below results in identical p-values.

(mepvalue <- marginaleffects::hypotheses(mod, "b4 >= 0", df=df)$p.value)
all.equal(pvalue, mepvalue[1]) # TRUE
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Stephen