SCM

Forum: developers

Monitor Forum | Start New Thread Start New Thread
RE: Unable to run cost function [ Reply ]
By: Benny Wong on 2009-06-25 14:55
[forum:1673]
Yes, the newest one, just downloaded it from R-Forge yesterday....
I tried to change the following line from :
returnObj <- .Fortran("front41", modelType = as.integer(modelType),
ineffDecrease = as.integer(!ineffDecrease + 1), ...

to:
returnObj <- .Fortran("front41", modelType = as.integer(modelType),
ineffDecrease = 2, ...
to force it to run cost function at all time, however, the result is still assuming production function.. Probably something wrong with the fortran code???

Thanks,
B

RE: Unable to run cost function [ Reply ]
By: Arne Henningsen on 2009-06-25 08:42
[forum:1670]
Hi Ben,

Thanks for your comment. I will take a look at this soon. Which version of the "frontier" package do you use? If this bug is still in version 0.991, please file a bug report on R-Forge (in the "Tracker" tab).

Arne

Unable to run cost function [ Reply ]
By: Benny Wong on 2009-06-24 19:09
[forum:1665]
Hi, I am trying to run a cost function and I have ineffDecrease=FALSE... but it stills estimate production function..

Please help

THanks,
Ben

Thanks to:
Vienna University of Economics and Business Powered By FusionForge