isProvided {interpretCI} | R Documentation |
Whether the arg is provided in function call
Description
Whether the arg is provided in function call
Usage
isProvided(x, seek = "mu")
Arguments
x |
An object of class "meanCI" or function call or character string |
seek |
character. Default="mu" |
Value
logical
Examples
x=meanCI(mtcars,am,mpg)
isProvided(x)
[Package interpretCI version 0.1.1 Index]