analyzeNLME: Analyze data

View source: R/analyzeNLME.R

analyzeNLMER Documentation

Analyze data

Description

TAVI data analysis, consinstig of a linear mixed effect modelling approach with cross validation.

Usage

analyzeNLME(
  data,
  rand = as.formula(1 | VERSUCH/PLATTE/TREATMENT),
  frm = as.formula(VAL ~ GRP + DOSE),
  frm0 = as.formula(VAL ~ 1),
  ref = "Ko_1",
  nCores = NULL,
  trSep = "_",
  level = NULL
)

Arguments

data

data.frame as obtained by the aggregateByWell() or zTransform() functions

frm

Formula to use with lme4::lmer

frm0

Null-model formula

ref

Reference level of the GRP variable

level

level used in predict() fit an nlme object


mknoll/cmoRe documentation built on Nov. 18, 2022, 4:01 p.m.