check_input {DistributionIV}R Documentation

Check and Preprocess Input Data

Description

This function checks whether input data is a data frame, matrix, vector, or factor variable, and converts it to a numeric matrix.

Usage

check_input(input)

Arguments

input

A data frame, matrix, vector, or factor variable to be converted to a numeric matrix.

Value

A numeric matrix corresponding to the input data frame.


[Package DistributionIV version 0.1.0 Index]