Learn R Programming

sbw (version 1.1.9)

estimate: 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, ...)

Value

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

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.

Examples

Run this code
# Please see the examples in the function sbw below.

Run the code above in your browser using DataLab