similar to: New package "frontier" for Stochastic Frontier Analysis (SFA)

Displaying 20 results from an estimated 900 matches similar to: "New package "frontier" for Stochastic Frontier Analysis (SFA)"

2008 Dec 09
0
SFA tools moved from micEcon to frontier
Dear R users, I would like to inform you that everything of the "micEcon" package that is related to Stochastic Frontier Analysis (SFA) has been moved to the "frontier" package, because this is a more appropriate place for the functions "front41WriteInput", "front41ReadOutput", and "front41Est", and the corresponding (S3) methods. The data
2008 Dec 09
0
SFA tools moved from micEcon to frontier
Dear R users, I would like to inform you that everything of the "micEcon" package that is related to Stochastic Frontier Analysis (SFA) has been moved to the "frontier" package, because this is a more appropriate place for the functions "front41WriteInput", "front41ReadOutput", and "front41Est", and the corresponding (S3) methods. The data
2008 May 29
1
package for stochastic frontier models?
I need to estimate maximum tree crown radius and am looking for a package to prepare stochastic frontier models in R. I have not found any package references on Nabble R help, google, or R help. Any tips on a package for this? With regards, Aaron Trowbridge Researcher BV Research Centre Smithers B.C. -- View this message in context:
2013 Apr 25
1
Stochastic Frontier: Finding the optimal scale/scale efficiency by "frontier" package
Hi, I am trying to find out the scale efficiency and optimal scale of banks by stochastic frontier analysis given the panel data of bank. I am free to choose any model of stochastic frontier analysis. The only approach I know to work with R is to estimate a translog production function by sfa or other related function in frontier package, and then use the Ray 1998 formula to find the scale
2005 Feb 21
0
New package for microeconomics: micEcon
Dear all, I have uploaded a new package called micEcon (version 0.1-3) to CRAN (an early version of this package has been already presented at useR! 2004). It contains tools for microeconomic analysis and microeconomic modeling. These are for instance: - tools for demand analysis with the 'Almost Ideal Demand System' (AIDS): e.g. econometric estimation, calculation of price and
2005 Feb 21
0
New package for microeconomics: micEcon
Dear all, I have uploaded a new package called micEcon (version 0.1-3) to CRAN (an early version of this package has been already presented at useR! 2004). It contains tools for microeconomic analysis and microeconomic modeling. These are for instance: - tools for demand analysis with the 'Almost Ideal Demand System' (AIDS): e.g. econometric estimation, calculation of price and
2013 Jul 22
0
Version 1.0 of the R package "frontier" released
Dear all I am happy to announce that version 1.0 of the "frontier" package is available on CRAN. The R package "frontier" provides tools for analysing efficiency and productivity using the "stochastic frontier" approach. This R package is based on Tim Coelli's DOS software "FRONTIER 4.1" and has been available on CRAN for almost 5 years now. After many
2008 Jun 16
1
Error in maximum likelihood estimation.
Dear UseRs, I wrote the following function to use MLE. --------------------------------------------- mlog <- function(theta, nx = 1, nz = 1, dt){ beta <- matrix(theta[1:(nx+1)], ncol = 1) delta <- matrix(theta[(nx+2):(nx+nz+1)], ncol = 1) sigma2 <- theta[nx+nz+2] gamma <- theta[nx+nz+3] y <- as.matrix(dt[, 1], ncol = 1) x <- as.matrix(data.frame(1,
2010 Feb 21
1
Tutorials and scripts of Stochastic Frontier Analysis and Linear Programming.
Dear all, I want to program my own models about Stochastic Frontier Analysis and Linear programming (Data Envelopment Analysis). In this context, is there anyone that may help me with some simple tutorials and scripts about these issues? Thanks a lot. -- Marcus Vinicius Pereira de Souza, Prof. [[alternative HTML version deleted]]
2009 May 04
0
frontier 0.99 is NOT backward compatible
Dear current (and future) users of the "frontier" package, We are approaching the first stable version (1.0) of the frontier package, which provides tools for microeconomic Stochastic Frontier Analysis (SFA). I have uploaded a kind of beta release (version 0.99) of this package to CRAN. The most important differences to version 0.9 affect the user interface. I have modified the
2009 May 04
0
frontier 0.99 is NOT backward compatible
Dear current (and future) users of the "frontier" package, We are approaching the first stable version (1.0) of the frontier package, which provides tools for microeconomic Stochastic Frontier Analysis (SFA). I have uploaded a kind of beta release (version 0.99) of this package to CRAN. The most important differences to version 0.9 affect the user interface. I have modified the
2011 Apr 10
1
look for the package of latent class stochastic frontier
Dear all, I want to finished my paper by latent class Stochastic Frontier Analysis , but i can not find the package, is there anyone that may help me Thanks a lot. [[alternative HTML version deleted]]
2013 Feb 15
1
FRONTIER
Hello everybody, Anyone familiar with the package frontier? I have some general questions on how to approach the model design. Thanks in advance Giovanna Giovanna Ottaviani Aalmo Stipendiat/Ph.D. Student ------------------------------------------- Norsk institutt for skog og landskap Pb 115, NO-1431 Ås T (+47) 64 94 9094 M(+47) 980 30 422 F(+47) 64 94 90 80
2009 Sep 23
1
SFA - No channel cause 66
Hi, after having tested SFA in august, I didn't use it for some times and now I receive the subject error when calling through Skype channel. Has anyone an idea on what can be the problem? Thanks -- Daniel
2010 Mar 27
0
micEcon split into micEconSNQP, micEconCES, and micEcon
In December, the packages "miscTools" and "micEconAids" were separated from the "micEcon" package. Now, two further packages have been separated from the micEcon package: "micEconSNQP" and "micEconCES". The "micEconSNQP" package (version 0.6-2) provides tools for production analysis with the Symmetric Normalized Quadratic (SNQ) profit
2010 Mar 27
0
micEcon split into micEconSNQP, micEconCES, and micEcon
In December, the packages "miscTools" and "micEconAids" were separated from the "micEcon" package. Now, two further packages have been separated from the micEcon package: "micEconSNQP" and "micEconCES". The "micEconSNQP" package (version 0.6-2) provides tools for production analysis with the Symmetric Normalized Quadratic (SNQ) profit
2009 Dec 28
0
micEcon split into miscTools, micEconAids, and micEcon
The "micEcon" package has been split into three packages: miscTools, micEconAids, and micEcon. a) miscTools (version 0.6-0) includes miscellaneous small tools and utilities that are not related to (micro)economics, e.g. colMedians(), rowMedians(), insertCol(), insertRow(), vecli(), symMatrix(), triang(), semidefiniteness(), compPlot(), and rSquared(). The miscTools package should depend
2009 Dec 28
0
micEcon split into miscTools, micEconAids, and micEcon
The "micEcon" package has been split into three packages: miscTools, micEconAids, and micEcon. a) miscTools (version 0.6-0) includes miscellaneous small tools and utilities that are not related to (micro)economics, e.g. colMedians(), rowMedians(), insertCol(), insertRow(), vecli(), symMatrix(), triang(), semidefiniteness(), compPlot(), and rSquared(). The miscTools package should depend
2007 Oct 30
2
Splitting up the micEcon package?
Dear R Users: The functions of our "micEcon" package [1,2] can be subdivided into three categories: - microeconomic demand and firm models - sample selection models (mainly selection()) - routines for (likelihood) maximisation (e.g. maxLik(), maxNR(), maxBHHH()) (mainly used for ML estimation of sample selection models) Although sample selection models are often used in
2008 Mar 07
0
Packages micEcon, sampleSelection, and maxLik
Dear R Users: We have splitted up the micEcon package into three packages: a) Package "maxLik" provides tools for maximum likelihood estimations (see http://www.maxLik.org). b) Package "sampleSelection" provides tools for estimating Heckman-type sample selection/generalized tobit models (see http://www.sampleSelection.org). c) Package "micEcon" contains the