Draw derounded z assuming missing digits of mu and sigma are uniformly distributed, but adjust for estimated density of z using rejection sampling
1 2 3 4 5 6 7 8 9 10 11 12 |
z.pdf |
An estimated density of the derounded z-statistics (e.g. using only observations with many significant digits) normalized such that its highest values is 1. Best use |
mu |
Reported coefficient, possibly rounded |
sigma |
Reported standard error, possibly rounded. |
mu.dec |
Number of decimal places mu is reported to. Usually, we would assume that mu and sigma are rounded to the same number of decimal places. Since trailing zeros may not be detected, we set the default |
sigma.dec |
By default equal to mu.dec. |
max.rejection.rounds |
A limit how often the rejection sampler redraws to avoid an infinite loop. |
verbose |
If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.