View source: R/ch.getChlogisticXfromProbability.r
ch.getChlogisticXfromProbability | R Documentation |
This function gets the X value associated with a specified probability from ch.logistic
ch.getChlogisticXfromProbability(modelList, value = 0.5, range.x = NULL)
modelList |
A list output by ch.logistic. |
range.x |
A vector of two numbers, c(min, max), that specifies the range of x to look for pValue. If NULL or invalid, then the range will be the min and max of the x vector. DEFAULT = NULL |
pValue |
A number between 0 and 1 that is the probability that you are interested in. DEFAULT = 0.5 |
a number that is the X value associated with the input pValue.
ch.getChlogisticXfromProbability (modelList, 0.3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.