logit {pmcalibration} | R Documentation |
Logit transformation
Description
Logit transformation
Usage
logit(mu)
Arguments
mu |
vector of numeric values between 0 and 1 |
Value
logit transformed mu (log(mu/(1-mu)))
[Package pmcalibration version 0.2.0 Index]