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

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

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

                                         Test Data Generator for W-NOMINATE
                                         W-提名的测试数据生成

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

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

generateTestData is the function that generates a rollcall object used to test wnominate.  The description of the result below is copied from the documentation of package pscl, written by Simon Jackman.
generateTestData的功能是产生一个rollcall对象用于测试wnominate。被复制的文件包的pscl,写的西蒙·杰克曼的结果在下面的描述。


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


generateTestData(legislators=20, rcVotes=100,
            yea=matrix(runif(rcVotes,min=-0.2,max=0.7),nrow=rcVotes),
            nay=matrix(runif(rcVotes,min=-0.7,max=0.2),nrow=rcVotes),
            ideal=matrix(rnorm(legislators),nrow=legislators),
            Beta=15, dimweight=0.5,normal=1, seed = NULL, utility='nominate')




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

参数:legislators
integer, number of Legislators ('n').  
整数,立法会议员(“N”)。


参数:rcVotes
integer, number of roll calls ('m').
整数,辊呼叫数(m)的。


参数:yea
an m x d matrix of yea locations, where 'd' are the number of dimensions.  
mxd文件矩阵高雅的位置,其中“D”的维数。


参数:nay
an m x d matrix of no locations, where 'd' are the number of dimensions.  
mxd文件矩阵的任何位置,其中倒是的维数。


参数:ideal
an n x d matrix of legislator ideal points.  
一个N×D矩阵的立法者的理想点。


参数:Beta
scalar giving beta parameter from W-NOMINATE.
标测试参数从W-提名。


参数:dimweight
d x 1 vector of dimension weights.  
深×1维的权重向量。


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


参数:seed
a single value, interpreted as an integer, used to set the seed. If seed is NULL, current seed is used.  
解释为一个整数,一个单一的值,用于设置种子。如果种子是NULL,当前种子使用。


参数:utility
String set to either “nominate” or “qn”. "nominate" allows NOMINATE logit or probit utilities, while “qn” allows for quadratic normal utilities to be used when generating the roll call matrix.
字符串设置为“提名”或“QN”。 “提名”允许提名罗吉特或概率事业的,而“QN”允许的二次正常使用时产生的点名矩阵的实用程序。


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

An object of class rollcall
对象的类rollcall


参数:votes
n x m vote matrix in 0/1/NA format.  
n×m的矩阵中票0/1/NA格式。


参数:n
integer, number of legislators.  
整数,多位立委。


参数:m
integer, number of roll call votes.  
整数,唱名表决。


参数:lopsided
logical vector of length m indicating dropped vote. This is recomputed in wnominate and is never used.  
逻辑向量的长度m表示下降票。这是重新计算在wnominate和从未使用过。


参数:legis.data
matrix, user-supplied data on legislators, containing data from an ORD file.  Legislator names are rownames to this matrix.
矩阵,立法者用户提供的数据,包含ORD文件中的数据。立法会议员的名字是这个矩阵的行名。


参数:vote.data
user-supplied data on rollcall votes, set to NULL.  
用户提供的数据唱名表决,设置为NULL。


参数:desc
user-supplied description, set to NULL.
用户提供的描述,设置为NULL。


(作者)----------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----------

'wnominate', 'nomprob'.
wnominate中,nomprob。


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


    dat<-generateTestData()
    result<-wnominate(dat,polarity=c(1,2))
    summary(result)
    plot(result)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-24 23:32 , Processed in 0.028117 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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