Learn R Programming

GSSTDA (version 0.1.3)

check_full_data: check_full_data

Description

Checking the full_data introduces in the package

Usage

check_full_data(full_data, na.rm = TRUE)

Value

Return full_data without NAN's and as a matrix

Arguments

full_data

Matrix with the columns of the input matrix corresponding to the individuals belonging to the level.

na.rm

logical. If TRUE, NA rows are omitted. If FALSE, an error occurs in case of NA rows.