Skip to contents

Create a parameter object for the function createIPW Create an object defining the parameter values.

Usage

createCreateIPWArgs(
  weightsType = "ATE",
  useStabilizedWeights = TRUE,
  truncationLevels = c(0.01, 0.99)
)

Arguments

weightsType

The type of the weights to be used. Allowed options are 'ATE' for average treatment effect and 'ATT' for average treatment effect on the treated weights

useStabilizedWeights

Should stabilized weights be used?

truncationLevels

The level of truncation expressed in percentiles of the propensity score.