is.cint: Type Check

View source: R/utils_general.R

is.cintR Documentation

Type Check

Description

Checks if an object inherits class "cint".

Usage

is.cint(x)

Arguments

x

Any object.

Value

A logical vector of length one.

Examples

is.cint(ci_proportion(5, 20))
is.cint(c(1, 2))

confintr documentation built on June 7, 2023, 6:24 p.m.