findTargetPower(simsem)
findTargetPower()所属R语言包:simsem
Find a value of varying parameters that provides a given value of power.
查找一个值,提供一个给定的值的功率的变化的参数。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Find a value of varying parameters that provides a given value of power. This function can deal with only one varying parameter only (findPower can deal with more than one varying parameter).
查找一个值,提供一个给定的值的功率的变化的参数。此功能可以处理只有一个只变参数(findPower可以处理一个以上的变参数)。
用法----------Usage----------
findTargetPower(iv, dv, power)
参数----------Arguments----------
参数:iv
A vector of the target varying parameter
目标变参数的矢量
参数:dv
A data.frame of the power table of target parameters
Adata.frame的目标参数的功率表
参数:power
A desired power.
所需的功率。
值----------Value----------
The value of the target varying parameter providing the desired power. If the value is NA, there is no value in the domain of varying parameters that provide the target power. If the value is the minimum value of the varying parameters, it means that the minimum value has already provided enough power. The value of varying parameters that provides exact desired power may be lower than the minimum value.
提供所需的功率的目标变参数的值。如果该值是NA,有不同的参数,以提供目标电源域没有价值的。如果该值是最低的值不同的参数的最小值,它意味着已经提供了足够的电力。变化的参数的值,提供了精确的所需的功率可以是低于最小值。
(作者)----------Author(s)----------
Sunthud Pornprasertmanit (University of Kansas; <a href="mailto:psunthud@ku.edu">psunthud@ku.edu</a>)
参见----------See Also----------
getPower to find the power of parameter estimates
getPower找到电源的参数估计
continuousPower to find the power of parameter estimates for the result object (linkS4class{SimResult}) with varying parameters.
continuousPower找到电源的参数估计结果对象(linkS4class{SimResult})具有不同的参数。
findPower to find a value of varying parameters that provides a given value of power, which can deal with more than one varying parameter
findPower找到一个值,提供一个给定的值的功率,它可以处理一个以上的变参数的变参数
实例----------Examples----------
# No example[没有例子]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|