multiracir-class: S3 class 'multiracir'

Description Usage Arguments

Description

'multiracir' class objects are required for braycirs

Usage

1
2
3
4
5
new_multiracir(.x, id_cols = character(), covariate_cols = character())

validate_multiracir(.x)

multiracir(.x)

Arguments

.x

A data.frame or tibble to be constructed into 'multiracir' class or validated.

id_cols

A character string or vector of column names in x that are used to identify data (e.g. taxa, treatment, replicate, etc.). These will be converted to characters.

covariate_cols

A character string or vector of column names in x that are used to identify covariates (numeric or categorical). Factors will be converted to characters.


cdmuir/bayCi documentation built on Jan. 19, 2020, 12:27 a.m.