variance_fit: This function is used to calculate sigma of fit.

variance_fitR Documentation

This function is used to calculate sigma of fit.

Description

This function is used to calculate sigma of fit.

Usage

variance_fit(
  exprObj,
  formula,
  data,
  REML = FALSE,
  useWeights = TRUE,
  weightsMatrix = NULL,
  showWarnings = TRUE,
  fxn = identity,
  colinearityCutoff = 0.999,
  control = lme4::lmerControl(calc.derivs = FALSE, check.rankX = "stop.deficient"),
  quiet = FALSE,
  BPPARAM = bpparam(),
  ignore_na = FALSE,
  ...
)

PayamEmami/mixedcirc documentation built on Jan. 15, 2025, 5:36 p.m.