rent(gamlss.data)
rent()所属R语言包:gamlss.data
Rent data
租金数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A survey was conducted in April 1993 by Infratest Sozialforschung. A random sample of accommodation with new tenancy agreements or increases of rents within the last four years in Munich was selected including: i) single rooms, ii) small apartments, iii) flats, iv) two-family houses. Accommodation subject to price control rents, one family houses and special houses, such as penthouses, were excluded because they are rather different from the rest and are considered a separate market. For the purpose of this study, 1967 observations of the variables listed below were used, i.e. the rent response variable R followed by the explanatory variables found to be appropriate for a regression analysis approach by Fahrmeir et al. (1994, 1995):
在1993年4月进行了一项调查,由Infratest社会研究。新租赁协议的租金或增加在过去4年在慕尼黑的住宿选择以随机抽样方式,包括:I)单间,二)小公寓,三)单位,IV)两户房屋。住宿价格管制租金,家庭住房和特殊的房子,如阁楼,被排除,因为他们是相当不同的其余部分,被认为是一个独立的市场。本研究的目的,1967年观察下列变量被使用,即租金响应变量R的解释变量是适当的回归分析方法,Fahrmeir等。 (1994年,1995年):
用法----------Usage----------
data(rent)
格式----------Format----------
A data frame with 1969 observations on the following 9 variables.
与1969年观察以下9个变量的数据框。
R : rent response variable, the monthly net rent in DM, i.e.
R:在DM,即租金响应变量,每月的租金净额
Fl : floor space in square meters
楼:建筑面积平方米
A : year of construction
答:今年的建设
Sp : a variable indicating whether the location is above
sp:要的变量表示的位置是否是上述
Sm : a variable indicating whether the location is below, 1,
的Sm:一个变量,表示的位置是否是在下面,1,
B : a factor with levels indicating whether there is a bathroom, 1, (1925
B:一个因素的水平,是否有一间浴室,1“(1925年
H : a factor with levels indicating whether there is central heating, 1,
H:一个因素的水平,表明是否有中央供暖,1,
L : a factor with levels indicating whether the kitchen equipment is
L:厨房设备是否是一个因素的水平
loc : a factor (combination of Sp and Sm) indicating whether the location is below, 1, average, 2, or above average 3
loc:表示的一个因素(Sp和Sm的组合)指示的位置是否是在下面,1,平均,2,或以上平均3
Details
详细信息----------Details----------
This set of data were used by Stasinopoulos et al. (2000) to fit a model where both the mean and the dispersion parameter of a Gamma distribution were modelled using the explanatory variables.
斯塔西诺普洛斯等人所使用的这组数据。 (2000),以适合的Gamma分布的均值和分散参数进行了模拟模型,其中使用的解释变量。
源----------Source----------
Provide by Prof. L. Fahrmeir
提供教授L. Fahrmeir
参考文献----------References----------
Gutachten zur Erstellung des Mietspiegels fur Munchen 1994, Teil B: Statistiche Analyse der Nettomieten. Hrsg: Landeshaupttstadt Munchen, Sozialreferat-Amt fur Wohnungswesen.
dynamic and multiplicative regression. In Applied Statistics: Recent Developments, Vandenhoeck and Ruprecht, Gottingen.
Modelling rental guide data using mean and dispersion additive models, Statistician, 49 , 479-493.
Journal of Statistical Software, Vol. 23, Issue 7, Dec 2007, http://www.jstatsoft.org/v23/i07.
实例----------Examples----------
data(rent)
attach(rent)
plot(Fl,R)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|