Description Usage Arguments Examples
For x = logit(p), this function returns log(p) and log(1-p). Special care is taken to ensure accuracy when coordinates are numerically close to 0 or 1.
1 | LogPq(x)
|
x |
Logit(p) where p is a vector of probabilites |
1 2 3 4 5 6 7 |
Loading required package: lattice
$logp
[1] -1.609438
$logq
[1] -0.2231436
$logp
[1] -9.21034
$logq
[1] -0.000100005
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.