is.cint {confintr}R 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))

[Package confintr version 1.0.2 Index]