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

R语言 rpsychi包 dep.t.test()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-28 20:17:40 | 显示全部楼层 |阅读模式
dep.t.test(rpsychi)
dep.t.test()所属R语言包:rpsychi

                                        A t-test with dependent samples using individual data: Reporting effect size
                                         使用个人数据的相依样本t检验与报告的影响大小

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

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

dep.t.test conducts a t-test with dependent samples using individual data.
dep.t.test进行使用个人数据的相依样本t检验。


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


    dep.t.test(formula, data, block,
                    sig.level=.05, digits=3)



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

参数:formula
two-sided formula; the left-hand-side of which gives one dependent variable containing a numeric variable,  and the right-hand-side of one independent variable containing a factor with two levels
两个双面公式;的左手侧,它给出了一个含有一个数字变量的因变量,和右手侧的一个独立的变量,包含有两个水平的一个因素


参数:data
a data frame contains the variables in the fomrmula
数据框包含的变量在fomrmula


参数:block
a character string specify the blocking variable
一个字符串指定的阻塞变量


参数:sig.level
a numeric contains the significance level (default 0.05)
一个数字的显着性水平(默认0.05)


参数:digits
the specified number of decimal places (default 3)
指定的小数位数(默认为3)


Details

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

This function conducts a t-test with dependent samples using individual data.
此功能进行使用个人数据的相依样本t检验。


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

The returned object of dep.t.test.second contains the following components:
返回的对象dep.t.test.second包含以下组件:


参数:samp.stat
returns the means, standard deviations, sample size, and correlation
返回的手段,标准差,样本大小,以及相关


参数:raw.difference
returns a raw mean difference, its' confidence interval, and standard error
返回原始的平均差异,其置信区间和标准错误,


参数:standardized.difference
returns a standardized mean difference (Hedges's g) and its' approximate confidence interval for a population standardized mean difference
返回一个标准化的均数差(对冲的g)“的置信区间估计人口标准化平均差


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


Yasuyuki Okumura<br>
Department of Social Psychiatry, <br>
National Institute of Mental Health, <br>
National Center of Neurology and Psychiatry <br>
<a href="mailto:yokumura@blue.zero.jp">yokumura@blue.zero.jp</a>



参考文献----------References----------

<h3>See Also</h3>

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


##Kline (2004) Table 4.4[#克莱恩(2004年)表4.4]
dat <- data.frame(y = c(9,12,13,15,16,8,12,11,10,14),
                  x =  rep(factor(c("a","b")), each=5),
                  subj = rep(paste("s", 1:5, sep=""), times=2)
                  )
dep.t.test(y~x, block="subj", data=dat)


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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-26 14:58 , Processed in 0.043138 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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