View source: R/truncnorm.nr.density.R
Density of Nr assuming a truncated normal or a folded normal | R Documentation |
Density of Nr assuming a truncated normal or a folded normal.
truncnorm.nr.density(nr, k, alpha = 0.05) foldnorm.nr.density(nr, k, alpha = 0.05)
nr |
The value of Nr, which must be positive aparently. |
k |
The number of studies. |
alpha |
The significance level, set to 0.05 by default. |
The function calculates the density of Nr assuming either a truncated normal (Equation (9)) or a folded normal (Equation (15)) in Fragkos, Tsagris & Frangos (2017).
The density value of Nr assuming either a truncated normal or a folded normal.
Michail Tsagris, Constantinos Frangos, and Christos Frangos.
R implementation and documentation: Michail Tsagris mtsagris@uoc.gr, Constantinos Frangos kfragkos@outlook.com and Christos Frangos cfragos@teiath.gr.
Konstantinos C. Fragkos, Michail Tsagris and Christos C. Frangos (2017). Exploring the distribution for the estimator of Rosenthal's "fail-safe" number of unpublished studies in meta-analysis. Communications in Statistics-Theory and Methods, 46(11):5672–5684.
den.plot, rosenthal, convergence.rate
truncnorm.nr.density(100, k = 30) foldnorm.nr.density(100, k = 30)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.