trim_pr | R Documentation |
Trimming the estimates to be strictly between 0 and 1
trim_pr(ps, eps = 1e-08)
ps |
n-dimensional vector of estimated probabilities |
eps |
a small constant that determines the trimming of the estimated probabilities. Specifically, the estimate probability is trimmed to be between eps and 1-eps (default = 1e-8). |
ps_tr |
n-dimensional trimmed estimates |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.