View source: R/getMomentsOfDRM.r
getMomentsOfDRM | R Documentation |
This function fits a 3 parameter log-Logistic to a Cumulative Distribution Function, and returns the moments of the function.
getMomentsOfDRM(CDFps, values)
CDFps |
A vector containing the proportions of the CDF. |
values |
A vector containing the values (x-axis) of the CDF. |
A dataframe that contains the moments of the simmulated values from the CDF ("Q25" (the 25th quartile); "Q50" (the median); "mean" (the mean); "Q75" (the 75th quartile); pCross (the probability of crossing the boundary)
getMomentsOfDRM (CDFvector, valueVector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.