precision_stats | R Documentation |
Compute stats on precision efficiency.
precision_stats(data, models, times = 1000, seed = NULL, none.name = "None")
bootprecision.r(data, models, times = 1000, seed = NULL, none.name = "None")
data |
Dataframe of raw data. |
models |
List of models with specs. |
times |
Nb of boostrap iterations. |
seed |
Boostrap seed. |
none.name |
Name of the term when no precision variable is used. |
Compute stats on precision efficiency using bootstrapping.
List with original dataframe of stats and original models
.
precision_eff
# 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.