Skip to contents

This function calculates actual mixed effects based on the given data for a specific type I mixed-effect structure.

Usage

calculate_actualMixed(
  data_gene,
  labelRef_InCategoricalVar,
  labelOther_inCategoricalVar
)

Arguments

data_gene

Data for a specific gene.

labelRef_InCategoricalVar

The reference label for the categorical variable.

labelOther_inCategoricalVar

Labels for the categorical variable other than the reference label.

Value

A data frame containing the calculated actual mixed effects.

Examples

if (FALSE) {
 calculate_actualMixed(data_gene, labelRef_InCategoricalVar, labelOther_inCategoricalVar)
}