Learn R Programming

confintr (version 0.1.0)

is.cint: 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

Run this code
# NOT RUN {
is.cint(ci_proportion(5, 20))
# }

Run the code above in your browser using DataLab