theta_hit: Confidence Interval - Theta Hit

Description Usage Arguments Value Author(s) See Also Examples

View source: R/hit.R

Description

Confidence Interval - Theta Hit

Usage

1
theta_hit(lo, theta, up)

Arguments

lo

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

theta

Numeric. Population parameter ≤ft( θ \right).

up

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

Value

Returns TRUE if theta ≤ft( θ \right) is between the interval lo ≤ft( \hat{θ}_{\mathrm{lo}} \right) to up ≤ft( \hat{θ}_{\mathrm{up}} \right). Returns FALSE if theta ≤ft( θ \right) 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: zero_hit()

Examples

1
2
3
4
# FALSE
theta_hit(lo = 1, theta = 0, up = 2)
# TRUE
theta_hit(lo = -1, theta = 0, up = 1)

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