backdr_dr_bad: Doubly robust standardized estimates with misspecified...

View source: R/backdr_dr_bad.R

backdr_dr_badR Documentation

Doubly robust standardized estimates with misspecified outcome model

Description

Doubly robust standardized estimates with misspecified outcome model.

Usage

backdr_dr_bad(data, formula, exposure.name, confound.names)

badstanddr(data, formula, exposure.name, confound.names)

Arguments

data

Dataframe of raw data.

formula

Formula representing the model.

exposure.name

Name of exposure variable.

confound.names

Names of the confound variables.

Details

Compute the doubly robust standardized estimates with erros in the outcome model.

Value

Dataframe in a useable format for rsample::bootstraps.

Source

section 6.3

Examples

# An example can be found in the location identified in the
# source section above at the github site
# https://github.com/FrankLef/FundamentalsCausalInference.

FrankLef/fciR documentation built on Nov. 12, 2023, 6:09 a.m.