ashDensity | R Documentation |
Estimate density of distribution employing the R package "ash" using R-wrapper function.
ashDensity(x, ab, nbin, m, kopt = c(2, 1), normToAB = FALSE)
x |
(numeric) vector of data points |
ab |
(numeric) vector of lower and higher truncation limit of density estimation |
nbin |
(integer) specifying the number of bins used for density estimation |
m |
(integer) specifying the width of the smoothing kernel(s) used for density estimation |
kopt |
(integer) vector specifying the smoothing kernel |
normToAB |
(logical) specifying if the density is normed to the interval ab or to all data points in x |
(list) with density estimation (x values, y values, m and ab).
Christopher Rank christopher.rank@roche.com, Tatjana Ammer tatjana.ammer@roche.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.