glmm_moment: Generalized linear mixed model with maximum likelihood

View source: R/glmm_moment.R

glmm_momentR Documentation

Generalized linear mixed model with maximum likelihood

Description

Generalized linear mixed model with maximum likelihood

Usage

glmm_moment(
  df_samples,
  protein_names,
  response,
  group = "donor",
  covariate_names = NULL,
  num_cores = 1
)

Arguments

df_samples

Data frame or tibble with proteins counts, cell condition, and group information

protein_names

A vector of column names of protein to use in the analysis

response

The column name of the condition variable

group

The column name of the group variable

covariate_names

The column names of covariates

num_cores

Number of computing cores

Value

mbest object


ChristofSeiler/CytoGLMM documentation built on April 21, 2023, 3:38 a.m.