Skip to contents

This function is used to join two objects of type data.frame and qcs.

Usage

qcs.add(x, ...)

# S3 method for default
qcs.add(
  x,
  value,
  var.index = NULL,
  sample.index = NULL,
  covar.index = NULL,
  ...
)

Arguments

x

Object type qcs

...

Arguments to be passed to or from methods.

value

Object type data.frame

var.index

A scalar with the column number corresponding to the observed data for the variable (the variable quality). Alternatively it can be a string with the name of the quality variable.

sample.index

A scalar with the column number corresponding the index each group (sample).

covar.index

Optional. A scalar or numeric vector with the column number(s) corresponding to the covariate(s). Alternatively can be a character vector with the names of the covariates.