Skip to content
Prev 60378 / 63424 Next

plogis (and other p* functions), vectorized lower.tail

On 09/12/2021 16:55, Ben Bolker wrote:
.. or directly use mapply()

mapply(plogis, q=c(0.5, 0.5), location=1, lower.tail=c(TRUE, FALSE))
[1] 0.3775407 0.6224593