simple_est: Create a simple_est object

View source: R/estimator_plans.R

simple_estR Documentation

Create a simple_est object

Description

A wrapper around a pair of estimator functions (w/ and w/o variance estimates)

Tests whether oject is an simple_est.

Usage

simple_est(te_fn, te_var_fn, dof = 2)

is_simple_est(x)

Arguments

te_fn

Bare Treatment Estimation function

te_var_fn

Treatment estimatino function when variance needed

dof

Degree-of-freedom correction (2 for intercept and treatment)

x

an R object

Value

Estimation Plan

Boolean

Functions

  • is_simple_est: is simple_est


microsoft/CausalGrid documentation built on Aug. 25, 2022, 9:30 a.m.