Given a numeric object return the inverse logit of the values.
给出一个数字对象返回值逆罗吉特。
用法----------Usage----------
inv.logit(x)
参数----------Arguments----------
参数:x
A numeric object. Missing values (NAs) are allowed. </table>
一个数字对象。遗漏值(NAS)是允许的。 </ TABLE>
Details
详情----------Details----------
The inverse logit is defined by exp(x)/(1+exp(x)). Values in x of -Inf or Inf return logits of 0 or 1 respectively. Any NAs in the input will also be NAs in the output.
逆罗吉特定义exp(x)/(1+exp(x))。值x-Inf或Inf0或1的回报logits分别。任何NA输入的也将是的NA的输出。
值----------Value----------
An object of the same type as x containing the inverse logits of the input values.
的x包含输入值的逆logits的同类型的对象。
参见----------See Also----------
logit, plogis for which this is a wrapper.
logit,plogis这本是一个包装。