Learn R Programming

QPBoot (version 0.2)

compare.arg.names: Compare arguments with character vector

Description

To check if an estimate or simulate function is valid.

Usage

compare.arg.names(fun, names)

Arguments

fun

a function from which the arguments should be retrieved from

names

names the arguments should be compared to

Value

Logical if the names of the arguments are identical to names

##############################################################################