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

R语言 sfa包 methods.sfa()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-30 01:35:00 | 显示全部楼层 |阅读模式
methods.sfa(sfa)
methods.sfa()所属R语言包:sfa

                                         Methods for displaying information about stochastic frontier analysis models
                                         方法随机前沿分析模型显示有关

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

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

coef.sfa is used to display the fitted coefficients. print.sfa is used to display some information about the fitted SFA. predict.sfa is used to predict (new) data with the fitted SFA model. fitted.sfa is used to predict the original data with the fitted SFA model. logLik.sfa is used to display the value of the log likelihood function. residuals.sfa is used to return the residuals of the fitted SFA model. summary.sfa is used to calculate the summary result of the SFA. print.summary.sfa is used display the summary result of the SFA. eff.sfa is used to return the efficiencies of the SFA.
coef.sfa被用于显示的拟合系数。 print.sfa是用来显示一些信息的拟合SFA。 predict.sfa使用SFA模型的拟合数据与预测(新)。 fitted.sfa被用于预测原始数据与拟合SFA模型。 logLik.sfa用于显示的对数似然函数值。 residuals.sfa用于返回SFA模型的拟合残差。 summary.sfa被用来计算在SFA的摘要结果。 print.summary.sfa使用的“证券及期货法”中显示的汇总结果。 eff.sfa用于返回“证券及期货法”的效率。


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


## S3 method for class 'sfa'
coef(object, ...)
## S3 method for class 'sfa'
print(x, ...)
## S3 method for class 'sfa'
predict(object, newdata = NULL, intercept = NULL, ...)
## S3 method for class 'sfa'
fitted(object, ...)
## S3 method for class 'sfa'
logLik(object, ...)
## S3 method for class 'sfa'
residuals(object, ...)
## S3 method for class 'sfa'
summary(object, ...)
## S3 method for class 'sfa'
print.summary(x, ...)
## S3 method for class 'sfa'
eff(object, ...)



参数----------Arguments----------

参数:x
an object of class sfa
国家林业局的类的对象


参数:object
an object of class sfa
国家林业局的类的对象


参数:newdata
a data frame. If newdata = NULL then original data will be used.
一个数据框。如果newdata = NULL那么原始数据将被使用。


参数:intercept
boolean or NULL. If intercept = NULL then the function uses the same intercept options as specified in sfa.
布尔或NULL。如果intercept = NULL那么该函数使用在国家林业局指定的相同拦截选项。


参数:...
ignored.
忽略不计。


实例----------Examples----------


set.seed(225)
daten <- dgp(n = 100, b = c(1, 2), sc = -1)
test <- sfa(y ~ x, data = daten)
coef(test)
print(test)
predict(test)
fitted(test)
logLik(test)
residuals(test)
summary(test)
eff(test)

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-5-21 05:22 , Processed in 0.040241 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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