in_interval: Wether a value is within a specified interval

View source: R/likelihood.R

in_intervalR Documentation

Wether a value is within a specified interval

Description

Wether a value is within a specified interval

Usage

in_interval(x, lower, upper, left_open, right_open)

Arguments

x

the value to test

lower

lower limit

upper

upper limit

left_open

whether the lower limit is an open interval

right_open

whether the upper limit is an open interval

Value

logical


StatisticsNZ/er.helpers documentation built on Oct. 2, 2023, 7:24 a.m.