找回密码
 注册
查看: 1797|回复: 0

R语言:freeny()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-17 09:44:27 | 显示全部楼层 |阅读模式
freeny(datasets)
freeny()所属R语言包:datasets

                                        Freeny's Revenue Data
                                         freeny的收入数据

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Freeny's data on quarterly revenue and explanatory variables.
freeny季度收入和解释变量的数据。


用法----------Usage----------


freeny
freeny.x
freeny.y



格式----------Format----------

There are three "freeny" data sets.
有三个“freeny数据集。

freeny.y is a time series with 39 observations on quarterly revenue from (1962,2Q) to (1971,4Q).
freeny.y是从(1962,2问)(1971,4 Q)的时间序列与39个季度收入的意见。

freeny.x is a matrix of explanatory variables.  The columns are freeny.y lagged 1 quarter, price index, income level, and market potential.
freeny.x是一个解释变量的矩阵。列freeny.y滞后1季度,物价指数,收入水平和市场潜力。

Finally, freeny is a data frame with variables y, lag.quarterly.revenue, price.index, income.level, and market.potential obtained from the above two data objects.
最后,freeny是一个变量的数据框y,lag.quarterly.revenue,price.index,income.level,market.potential获得上述两个数据对象。


源----------Source----------

A. E. Freeny (1977) A Portable Linear Regression Package with Test Programs. Bell Laboratories memorandum.
,曝光Freeny(1977)的便携式线性回归测试程序包。贝尔实验室的备忘录。


参考文献----------References----------

The New S Language. Wadsworth & Brooks/Cole.

举例----------Examples----------


require(stats); require(graphics)
summary(freeny)
pairs(freeny, main = "freeny data")
# gives warning: freeny$y has class "ts"[给予警告:freeny $ Y类“TS”]

summary(fm1 <- lm(y ~ ., data = freeny))
opar <- par(mfrow = c(2, 2), oma = c(0, 0, 1.1, 0),
            mar = c(4.1, 4.1, 2.1, 1.1))
plot(fm1)
par(opar)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-1-23 06:01 , Processed in 0.044552 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表