estimate: Estimate causal contrasts and population means

Description Usage Arguments Value Examples

View source: R/estimate.R

Description

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

Usage

1
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

1
# Please see the examples in the function sbw below.

Example output

Loading required package: Matrix
Loading required package: quadprog
Loading required package: slam

sbw documentation built on Sept. 22, 2021, 9:07 a.m.

Related to estimate in sbw...