ch.getChlogisticXfromProbability: A function to get the X value associated with a specified...

View source: R/ch.getChlogisticXfromProbability.r

ch.getChlogisticXfromProbabilityR Documentation

A function to get the X value associated with a specified probability from ch.logistic

Description

This function gets the X value associated with a specified probability from ch.logistic

Usage

ch.getChlogisticXfromProbability(modelList, value = 0.5, range.x = NULL)

Arguments

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

Value

a number that is the X value associated with the input pValue.

Examples

ch.getChlogisticXfromProbability (modelList, 0.3)

ccpluncw/ccpl_R_chutils documentation built on June 15, 2025, 3:03 a.m.