R/api.R
hypothesis_helpers.Rd
Convenience wrappers for specifying the direction of a hypothesis used by regsen_breakdown() and regsen_bounds().
regsen_breakdown()
regsen_bounds()
bnd_lb(x) bnd_ub(x) bnd_eq(x)
Numeric scalar or vector of hypothesis values.
bnd_lb(0) #> [1] 0 #> attr(,"sign") #> [1] ">" bnd_ub(4) #> [1] 4 #> attr(,"sign") #> [1] "<" bnd_eq(0) #> [1] 0 #> attr(,"sign") #> [1] "="