theta_hit: Confidence Interval - Theta Hit

Description Usage Arguments Value Author(s) See Also Examples

View source: R/eval.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 intervals functions: bcaci(), bcci(), evalci(), len(), pcci(), shape(), 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/jeksterslabRmedsimple documentation built on Oct. 16, 2020, 11:30 a.m.