histograph(YourCast)
histograph()所属R语言包:YourCast
Histograms for model ebayes
直方图模型ebayes的
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Draws histograms for priors calculated by model ebayes.
绘制为由模型ebayes计算先验的直方图。
用法----------Usage----------
histograph(d1.a, d1.t, dt.da, SD, depvar=" ",
model="ebayes", graphics.file=NA)
参数----------Arguments----------
参数:d1.a
Numeric vector. First derivative respect to age.
数字矢量。第一衍生年龄。
参数:d1.t
Numeric vector. First derivative respect to time.
数字矢量。一阶导数的时间。
参数:dt.da
Numeric vector. Second derivative respect to age and time.
数字矢量。二阶导数的年龄和时间。
参数:SD
Numeric vector. Standard deviation.
数字矢量。标准偏差。
参数:depvar
String with the name of the dependent variable. Default: " "
与因变量的名称的字符串。默认值:" "
参数:model
String with the name of the model. Default: "ebayes".
字符串的模型名称。默认值:"ebayes"。
参数:graphics.file
String or NA. If string the name of a file to be appended to a directory path where the graphics will be saved, if NA it is displayed in the screen and not saved. Default: NA.
字符串或NA。如果字符串将被添加到图形将被保存的目录路径的文件名,如果NA它会显示在屏幕上,而不是保存。默认值:NA。
值----------Value----------
Histograms of the vectors d1.a, d1.t, dt.da, and SD; see demos chp.11.7, chp.11.8, or chp.11.9.
直方图的向量d1.a,d1.t,dt.da和SD;看到演示chp.11.7,chp.11.8或chp.11.9。
(作者)----------Author(s)----------
Federico Girosi <a href="mailto:girosi@rand.org">girosi@rand.org</a>
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|