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

R语言 rvgtest包 rvgt.chisq()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-29 00:01:47 | 显示全部楼层 |阅读模式
rvgt.chisq(rvgtest)
rvgt.chisq()所属R语言包:rvgtest

                                        Perform Chi-Square goodness-of-fit Test on RVG Frequency Table
                                         进行卡方适合善良的测试RVG频率表

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

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

Perform achi-square goodness-of-fit test on the RVG frequency table.
执行的阿智方善良的拟合优度检验的RVG频率表。


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


rvgt.chisq(ftable)



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

参数:ftable
object of class "rvgt.ftable".
对象类"rvgt.ftable"。


Details

详细信息----------Details----------

rvgt.chisq performs aa chi-square goodness-of-fit test on the bin counts of the RVG frequency tables created by means of rvgt.ftable. The null hypothesis is that the bin counts are distributed according to the expected probabilities (i.e., proportional to the lengths of the histogram cells).
rvgt.chisq执行AA卡方拟合优度的拟合优度检验通过的rvgt.ftable的的RVG频率表就完事计数的。无效假设是根据预期的概率(即,直方图单元的长度成比例)的bin计数分布。

If the ftable contains the bin counts for more than one repetitions then the test is repeated with column sums of increasing number of rows which corresponds to increasing sampling sizes. This allows for getting an idea of the power of the test.
如果ftable中包含一个以上的重复的bin计数,然后重复测试时用柱总和对应于增加采样大小的行的数量的增加。这样就可以得到一个想法,电源的测试。


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

An object of class "rvgt.htest" which is a list with components:
类的一个对象"rvgt.htest"这是一个组件列表:

<table summary="R valueblock"> <tr valign="top"><td>type</td> <td> character string containing type of test; equals "chisqu".</td></tr> <tr valign="top"><td>n</td> <td> sample size for every row in ftable.</td></tr> <tr valign="top"><td>rep</td> <td> number of rows in ftable.</td></tr> <tr valign="top"><td>breaks</td> <td> number of break points in ftable (i.e., number of bins + 1).</td></tr> <tr valign="top"><td>pval</td> <td> vector of p-values.</td></tr> </table>
<table summary="R valueblock"> <tr valign="top"> <TD> type</ TD> <TD>字符串类型的测试;等于"chisqu"。</ TD> </ TR> <tr valign="top"> <TD> n </ TD> <TD>样本量中的每一行ftable</ TD> </ TR> <TR VALIGN =“”> <TD>rep </ TD> <TD>中的行数ftable。</ TD> </ TR> <tr valign="top"> <TD> breaks </ TD> <TD>破发点,ftable(即箱+ 1)。</ TD> </ TR> <tr valign="top"> <TD> pval</ TD> <TD>矢量的p-值。</ TD> </ TR> </ TABLE>


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



Sougata Chaudhuri <a href="mailto:sgtchaudhuri@gmail.com">sgtchaudhuri@gmail.com</a>,
Josef Leydold <a href="mailto:josef.leydold@wu.ac.at">josef.leydold@wu.ac.at</a>




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

See plot.rvgt.htest for the syntax of the plotting method.
见plot.rvgt.htest的语法作图法。


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


## Create a frequency table for normal distribution and[#创建一个频率正态分布表]
## conduct a chi-square goodness-of-fit test on this data.[这个数据进行卡方拟合优度的拟合优度检验。]
## Use a sample of size of 5 times 10^5 random variates.[#使用的样本尺寸的5倍,10 ^ 5个随机变数。]
table <- rvgt.ftable(n=1e5,rep=5, rdist=rnorm,qdist=qnorm, mean=1,sd=2)

## Perform test[#进行测试]
result <- rvgt.chisq(table)

## Plot result[#图结果]
plot(result)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-28 11:48 , Processed in 0.041728 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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