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))

mayer79/confintr documentation built on July 27, 2024, 8:44 p.m.