View source: R/CreateArgFuns.R
createCreateIPWArgs | R Documentation |
Create a parameter object for the function createIPW Create an object defining the parameter values.
createCreateIPWArgs( weightsType = "ATE", useStabilizedWeights = TRUE, truncationLevels = c(0.01, 0.99) )
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.