CheckdbmssArguments: Checks the arguments of a function of the package dbmss

View source: R/CheckdbmssArguments.R

CheckdbmssArgumentsR Documentation

Checks the arguments of a function of the package dbmss

Description

This function is used internally to verify that arguments passed to dbmss functions such as Mhat are correct.

Usage

CheckdbmssArguments()

Details

The function compares the arguments passed to its parent function to the type they should be and performs some extra tests (e.g. risk threshold must be between 0 and 1). It stops if an argument is not correct.

Value

Returns TRUE or stops if a problem is detected.


dbmss documentation built on May 31, 2023, 8:30 p.m.