validate_raw_dataframe: Validates the dataframe given to the autovar function
Description
This function returns the given data frame as a numeric matrix, using as.numeric to convert any columns in the data frame that are not numeric. A stop() error is thrown if there is not enough data in the data frame.
Usage
validate_raw_dataframe(raw_dataframe)
Arguments
raw_dataframe
The raw, unimputed data frame.
Value
A numeric matrix with converted values and names taken from the data frame.