checkInputdata: Check if input data satisfies input conditions

View source: R/utilities.R

checkInputdataR Documentation

Check if input data satisfies input conditions

Description

This function throws an error if x is not a numeric matrix or a data frame with all numeric-alike variables, or if any elements of x is NA.

Usage

checkInputdata(x)

Arguments

x

A matrix or data frame.

Value

No return value


MMINP documentation built on July 5, 2022, 1:08 a.m.