ex2.data(SeleMix)
ex2.data()所属R语言包:SeleMix
Example data frame
例如数据框
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Simulated data from a Gaussian contamination model
从高斯污染模型的模拟数据
用法----------Usage----------
data(ex2.data)
格式----------Format----------
A data frame with 500 observations and 2 variables.
一个数据框有500个观测和2个变量。
Y1first contaminated variable (numeric)
Y1的先污染变量(数字)
Y2second contaminated variable (numeric)
Y2第二受污染的变量(数字)
Details
详细信息----------Details----------
Data have been simulated by Gaussian contamination model with two contaminated variables (Y1,Y2) with parameters B=(1.03, 0.96), sigma=matrix(c(1.22, 1.42,1.42, 2.89),2,2), w=0.05, lambda=10.
数据已被模拟的高斯污染模型的两个污染变量(Y1,Y2)与参数B =(1.03,0.96),σ=矩阵(三(1.22,1.42,1.42,2.89),2,2),ω= 0.05 ,λ= 10。
实例----------Examples----------
data(ex2.data)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|