找回密码
 注册
查看: 487|回复: 0

R语言 wnominate包 nomprob()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 22:58:25 | 显示全部楼层 |阅读模式
nomprob(wnominate)
nomprob()所属R语言包:wnominate

                                         NOMINATE Probability Matrix Generator
                                         提名概率矩阵生成

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

nomprob takes estimates from the W-NOMINATE model and returns a matrix of yea choice probabilities.  It is used to generate a test rollcall object using generateTestData.
nomprob需要从在W-提名模型的估计和返回一个矩阵高雅选择概率。它是用来生成测试rollcall对象使用generateTestData。


用法----------Usage----------


nomprob(yea, nay, ideal, Beta, dimweight, normal=1)                       



参数----------Arguments----------

参数:yea
m x d matrix of yea locations.  
米x D矩阵的酵母位置。


参数:nay
m x d matrix of no locations.  
米x D矩阵的任何位置。


参数:ideal
n x d matrix of legislator ideal points.  
N X立委理想点的二维矩阵。


参数:Beta
scalar giving beta parameter from W-NOMINATE. Usually set to 15.
标测试参数从W-提名。通常设置为15。


参数:dimweight
d x 1 vector of dimension weights. Usually set to 0.5.
深×1维的权重向量。通常设置为0.5。


参数:normal
integer, '1' generates data using normal probabilities, any other value generates data using logistic probabilities.  
整数,1生成数据使用正常的概率,任何其他值生成数据采用logistic概率。


值----------Value----------

An n x m matrix of probabilities giving the probability of yea for each of n legislators on each of m votes   
概率的n立法者给出的概率是啊每个m的投票上的一个nxm矩阵


(作者)----------Author(s)----------



Keith Poole <a href="mailto:ktpoole@uga.edu">ktpoole@uga.edu</a>

Jeffrey Lewis <a href="mailto:jblewis@ucla.edu">jblewis@ucla.edu</a>

James Lo <a href="mailto:lo@uni-mannheim.de">lo@uni-mannheim.de</a>

Royce Carroll <a href="mailto:rcarroll@rice.edu">rcarroll@rice.edu</a>




参见----------See Also----------

'generateTestData' and 'wnominate'.
generateTestData和wnominate。


实例----------Examples----------



    yp <- matrix(rep(0,10),nrow=10)
    np <- matrix(rep(0.1,10),nrow=10)
    ideal <- matrix(rep(0,10),nrow=10)
    nomprob(yp,np,ideal,15,0.5)    #a matrix of yea probabilities[高雅概率的矩阵]


转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-24 23:43 , Processed in 0.026490 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表