zero_hit: Confidence Interval - Zero Hit

Description Usage Arguments Value Author(s) See Also Examples

View source: R/hit.R

Description

Confidence Interval - Zero Hit

Usage

1
zero_hit(lo, up)

Arguments

lo

Numeric. Lower limit of the estimated confidence interval ≤ft( \hat{θ}_{\mathrm{lo}} \right).

up

Numeric. Upper limit of the estimated confidence interval ≤ft( \hat{θ}_{\mathrm{up}} \right).

Value

Returns TRUE if zero is between the interval lo ≤ft( \hat{θ}_{\mathrm{lo}} \right) to up ≤ft( \hat{θ}_{\mathrm{up}} \right). Returns FALSE if zero is outside the interval lo ≤ft( \hat{θ}_{\mathrm{lo}} \right) to up ≤ft( \hat{θ}_{\mathrm{up}} \right).

Author(s)

Ivan Jacob Agaloos Pesigan

See Also

Other confidence interval hit functions: theta_hit()

Examples

1
2
3
4
# FALSE
zero_hit(lo = 1, up = 2)
# TRUE
zero_hit(lo = -1, up = 1)

jeksterslabds/jeksterslabRboot documentation built on July 20, 2020, 12:56 p.m.