variance_fit | R Documentation |
This function is used to calculate sigma of fit.
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,
...
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.