Learn R Programming

confintr (version 1.0.2)

is.cint: Type Check

Description

Checks if an object inherits class "cint".

Usage

is.cint(x)

Value

A logical vector of length one.

Arguments

x

Any object.

Examples

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

Run the code above in your browser using DataLab