estimate: Estimate causal contrasts and population means

View source: R/estimate.R

estimateR Documentation

Estimate causal contrasts and population means

Description

Function for estimating causal contrasts and population means using the output from sbw.

Usage

estimate(object, out = NULL, digits = 6, ...)

Arguments

object

an object from function sbw.

out

outcome, a vector of strings with the names of the outcome variables. The default is the out argument from the object.

digits

a scalar with the number of significant digits used to display the estimates. The default is 6.

...

ignored arguments.

Value

An estimate for the estimand of interest. The standard error is calculated by robust sandwich variance estimator.

Examples

# Please see the examples in the function sbw below.

sbw documentation built on Sept. 11, 2024, 8:06 p.m.

Related to estimate in sbw...