estimate {sbw} | R 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 |
out |
outcome, a vector of strings with the names of the outcome variables. The default is the |
digits |
a scalar with the number of significant digits used to display the estimates. The default is |
... |
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.
[Package sbw version 1.1.9 Index]