check_mina_de {mina}R Documentation

Check the object and return TRUE if the object includes descriptive table contains the same samples as quantitative table.

Description

Check the object and return TRUE if the object includes descriptive table contains the same samples as quantitative table.

Usage

check_mina_de(x)

Arguments

x

An object of class mina with 'tab' and 'des' defined.

Value

TRUE if the object contains non-empty descriptive table and has the same samples as quantitative table.

Examples

data(maize)
check_mina_de(maize)

[Package mina version 1.0.0 Index]