time_odtr_prop: Optimal Dynamic Treatment Regime: Step 1

View source: R/time_odtr.R

time_odtr_propR Documentation

Optimal Dynamic Treatment Regime: Step 1

Description

Optimal dynamic treatment regime: Step 1.

Usage

time_odtr_prop(data, outcome.name, A1, A2, H2)

mkcogtab.r(data, outcome.name, A1, A2, H2)

Arguments

data

Dataframe.

outcome.name

Name of outcome variable.

A1

Name of A1 variable.

A2

Name of A2 variable.

H2

Name of H2 variable.

Details

Optimal dynamic treatment regime: Step 1, compute the summary by group of input variables with the proportions of outcome by group.

Value

Dataframe.

Source

Section 13.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.