convert_eda: Convert multiple EDA objects to a tibble with grouping...

View source: R/utils.R

convert_edaR Documentation

Convert multiple EDA objects to a tibble with grouping information.

Description

Tests the class and coerces multiple EDA objects to numerics.

Usage

convert_eda(..., paired = FALSE)

Arguments

...

EDA objects, at least two.

paired

logical, are the observations paired?

Value

a tibble with the factor variable 'group' and the EDAs values stored under 'variable'. If paired is set to TRUE, the tibble contains the 'id' variable coding for sample pairing as well.


PiotrTymoszuk/ExDA documentation built on Nov. 17, 2024, 5:46 p.m.