sur(SIN)
sur()所属R语言包:SIN
Simulated Data from Seemingly Unrelated Regressions
模拟数据相依回归
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The data are simulated from a bivariate seemingly unrelated regressions model with two response variables (Y_1, Y_2) and two covariates (X_1, X_2). The sample is only of size 8.
的数据是从二元看似无关的回归模型有两个反应变量(模拟Y_1,Y_2)和两个协变量(X_1,X_2)。的样本大小为8只。
用法----------Usage----------
data(sur)
格式----------Format----------
A list providing a summary of the data. The list contains:
列表提供的数据的摘要。该列表包含以下内容:
the mean vector,
的平均矢量,
the vector of standard deviations,
在矢量的标准偏差,
the correlation matrix, and
的相关矩阵,并且
Details
详细信息----------Details----------
The data were used by Drton \& Richardson (2004) to illustrate the possibility of a multimodal likelihood in seemingly unrelated regressions.
使用Drton \&理查德森(2004年)的数据来说明多式联运中可能出现的看似无关回归的可能性。
源----------Source----------
Drton, M. \& Richardson, T.S. (2004) Multimodality of the likelihood in the bivariate seemingly unrelated regressions model. Biometrika 91(2): 383-392.
Drton,M. \&理查德森,T.S. (2004)多模态的二元看似无关的回归模型的可能性。生物统计,91(2):383-392。
实例----------Examples----------
data(sur)
sur$means
sur$stddev
sur$corr
sur$n
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|