File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ vignette: >
1414
1515``` {r, include = FALSE}
1616library(jfa)
17- options(mc.iterations = 10000, mc.warmup = 5000)
1817```
1918
2019## Introduction
@@ -247,6 +246,10 @@ plot(result_np, type = "posterior")
247246
248247#### Approach 2: Partial pooling
249248
249+ ``` {r, include = FALSE}
250+ options(mc.iterations = 10000, mc.warmup = 2000)
251+ ```
252+
250253The partial pooling approach (` pooling = "partial" ` ) presumes both differences
251254and similarities between strata. This enables the auditor to share information
252255among the strata to minimize uncertainty in the population estimate. The
@@ -398,6 +401,10 @@ plot(result, type = "estimates")
398401
399402#### Bayesian approach
400403
404+ ``` {r, include = FALSE}
405+ options(mc.iterations = 15000, mc.warmup = 5000)
406+ ```
407+
401408Bayesian inference can enhance the estimates obtained from the classical
402409approach by pooling information across strata where feasible. The following
403410command evaluates the ` allowances ` sample using a Bayesian stratified evaluation
You can’t perform that action at this time.
0 commit comments