checkInputdata {MMINP}R 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


[Package MMINP version 0.1.0 Index]