View source: R/filterConfounders.R
filterConfounders | R Documentation |
Filter out the effect of known confounders
filterConfounders(
confMat,
data,
distribution,
link,
invLink,
compositional,
control,
meanVarTrend,
offSet,
numVar,
marginModel,
biasReduction,
allowMissingness
)
confMat |
A confounder design matrix |
data |
data matrix |
distribution, link, invLink, compositional, meanVarTrend, offSet, numVar, marginModel |
Characteristics of the view |
control |
A list of control elements to the nleqslv function |
biasReduction |
A boolean, should bias reduction be applied |
allowMissingness |
A boolean, are missing values allowed? |
Parameter estimates accounting for the effects of the confounders
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.