getSumForPArea | R Documentation |
The function helps to define the search region for P (fraction of non-pathological samples).
getSumForPArea(
pLimitMin,
pLimitMax,
countsPred,
HistData,
lambda,
mu,
sigma,
pCorr
)
pLimitMin |
(numeric) vector specifying the lower limits for the regions next to the peak |
pLimitMax |
(numeric) vector specifying the upper limits for the regions next to the peak |
countsPred |
(numeric) vector with the predicted counts |
HistData |
(list) with histogram data generated by function |
lambda |
(numeric) transformation parameter for inverse Box-Cox transformation |
mu |
(numeric) parameter of the mean of non-pathological distribution |
sigma |
(numeric) parameter of the standard deviation of non-pathological distribution |
pCorr |
(numeric) correcting the cumulative probability of the truncated non-pathological distribution |
(list) with two numeric vectors specifying the amount of observed and estimated data points surrounding the peak
Tatjana Ammer tatjana.ammer@roche.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.