E9.8(SenSrivastava)
E9.8()所属R语言包:SenSrivastava
Data on monthly rent, annual income and househould size
数据每月的租金,年收入和househould的大小
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The E9.8 data frame has 27 rows and 3 columns.
E9.8数据框有27行3列。
用法----------Usage----------
data(E9.8)
格式----------Format----------
This data frame contains the following columns:
该数据框包含以下几列:
a numeric vector, Monthly rent in dollars.
一个数值向量,每月租金计。
a numeric vector, annual income in 1000$.
一个数值向量,年收入在1000$。
a numeric vector, household size.
一个数值向量,家庭规模。
Details
详细信息----------Details----------
Example 9.8 in Sen and Srivastava, page 201.
例9.8在森和Srivastava,第201页。
源----------Source----------
Selected by one of the authors from a much larger data set, collected from several sources about 20 years ago.
从一个更大的数据集,从多个来源收集大约20年前,入选的作者之一。
实例----------Examples----------
data(E9.8)
attach(E9.8)
E9.8.m1 <- lm(R ~ I + S, data=E9.8)
summary(E9.8.m1)
plot(I, resid(E9.8.m1, type="partial")[,"I"])
plot(S, resid(E9.8.m1, type="partial")[,"S"])
detach()
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|