filterConfounders: Filter out the effect of known confounders

View source: R/filterConfounders.R

filterConfoundersR Documentation

Filter out the effect of known confounders

Description

Filter out the effect of known confounders

Usage

filterConfounders(
  confMat,
  data,
  distribution,
  link,
  invLink,
  compositional,
  control,
  meanVarTrend,
  offSet,
  numVar,
  marginModel,
  biasReduction,
  allowMissingness
)

Arguments

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?

Value

Parameter estimates accounting for the effects of the confounders


CenterForStatistics-UGent/compIntegrate documentation built on Aug. 4, 2023, 1:08 p.m.