precision_eff | R Documentation |
Compute precision efficiency.
precision_eff(data, formula, exposure.name, precision.name, none.name = "None")
precision.r(data, formula, exposure.name, precision.name, none.name = "None")
data |
Dataframe of raw data. |
formula |
Formula representing the model. |
exposure.name |
Name of exposure variable. |
precision.name |
Name of precision variable. |
none.name |
Name of the term when no precision variable is used. |
Compare the variance obtained when using a precision variable or not.
Dataframe in a useable format for rsample::bootstraps
.
Section 11.2
# An example can be found in the location identified in the
# source section above at the github site
# https://github.com/FrankLef/FundamentalsCausalInference.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.