logit(boot)
logit()所属R语言包:boot
Logit of Proportions
Logit模型的比例
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function calculates the logit of proportions.
此函数计算罗吉特比例。
用法----------Usage----------
logit(p)
参数----------Arguments----------
参数:p
A numeric Splus object, all of whose values are in the range [0,1]. Missing values (NAs) are allowed. </table>
一个数字的的Splus对象,其值的范围是[0,1]。遗漏值(NAS)是允许的。 </ TABLE>
Details
详情----------Details----------
If any elements of p are outside the unit interval then an error message is generated. Values of p equal to 0 or 1 (to within machine precision) will return -Inf or Inf respectively. Any NAs in the input will also be NAs in the output.
如果任何元素p以外的单位间隔一条错误消息生成。值p等于0或1(机器精度内)将返回-Inf或Inf分别。任何NA输入的也将是的NA的输出。
值----------Value----------
A numeric object of the same type as p containing the logits of the input values.
一个的p包含输入值logits的同类型的数字对象。
参见----------See Also----------
inv.logit, qlogis for which this is a wrapper.
inv.logit,qlogis这本是一个包装。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|