isProvided: Whether the arg is provided in function call

Description Usage Arguments Value Examples

View source: R/interpret.R

Description

Whether the arg is provided in function call

Usage

1
isProvided(x, seek = "mu")

Arguments

x

An object of class "meanCI" or function call or character string

seek

character. Default="mu"

Value

logical

Examples

1
2
x=meanCI(mtcars,am,mpg)
isProvided(x)

interpretCI documentation built on Jan. 28, 2022, 9:07 a.m.