View source: R/plot_distribution_of_study_sizes.R
PlotDistrSS | R Documentation |
PlotDistrSS() is a function for illustrating graphics of distribution of study sizes.
PlotDistrSS(n, data = NULL, study = NULL, time = NULL, method = "default")
n |
NUMERIC values for sample size (n) of each study. |
data |
DATA FRAME consists of three columns for study label, study year, and sample size. |
study |
CHARACTER for study labels. |
time |
NUMERIC values of time sequence. |
method |
CHARACTER for indicating which method should be used for testing normality. |
PlotDistrSS() returns a plot of distribution of sample sizes.
Enoch Kang
Rosenblatt, M. (1956). Remarks on Some Nonparametric Estimates of a Density Function. The Annals of Mathematical Statistics, 27(3), 832–837. doi:10.1214/aoms/1177728190.
Parzen, E. (1962). On Estimation of a Probability Density Function and Mode. The Annals of Mathematical Statistics, 33(3), 1065–1076. doi:10.1214/aoms/1177704472. JSTOR 2237880.
TestDisparity
, PlotDisparity
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.