search for: tobit2

Displaying 3 results from an estimated 3 matches for "tobit2".

Did you mean: tobit
2005 Apr 20
2
heckit / tobit estimation
Dear All, we (Ott Toomet and I) would like to add functions for maximum likelihood (ML) estimations of generalized tobit models of type 2 and type 5 (*see below) in my R package for microeconomic analysis "micEcon". So far we have called these functions "tobit2( )" and "tobit5( )". Are these classifications well known? How are these functions called in other software packages? Should we keep these names or does anybody have better suggestions? (* T. Amemiya (1984): Tobit models: a survey, Journal of Econometrics, and T. Amemiya (1985):...
2007 Oct 17
1
R CMD build and et_EE.UTF-8 locale -> invalid files (PR#10351)
...DESCRIPTION meta-information ... OK * checking whether 'INDEX' is up-to-date ... NO * use '--force' to overwrite the existing 'INDEX' * removing junk files * excluding invalid files from 'micEcon' Subdirectory 'R' contains invalid file names: testConsist.R tobit2fit.R tobit2.R tobit5fit.R translogCalc.R translogDeriv.R translogEst.R translogHessian.R translogMonoRestr.R utils.R vcov-methods.R vcov.selection.R writeFront41in.R Subdirectory 'man' contains invalid file names: testConsist.Rd tobit2fit.Rd translogCalc.Rd translogDeriv.Rd translog...
2013 Apr 22
0
Copula fitMdvc:
...;- rbind(rep(0,km)) sigma <- 1 rho <- 0.5 #user-defined functions dtobit1 <- function(beta,sigma,x,y1) {ifelse(Y1>0, dnorm(Y1,x%*%beta, sigma),(1-pnorm((x%*%beta)/sigma)))} ptobit1 <- function(beta,sigma,x,y1) {ifelse(Y1>0, pnorm((Y1-x%*%beta)/sigma),(1-pnorm((x%*%beta)/sigma)))} dtobit2 <- function(beta,sigma,x,y2) {ifelse(Y2>0, dnorm(Y2,x%*%beta, sigma),(1-pnorm((x%*%beta)/sigma)))} ptobit2 <- function(beta,sigma,x,y2) {ifelse(Y2>0, pnorm((Y2-x%*%beta)/sigma),(1-pnorm((x%*%beta)/sigma)))} dtobit3 <- function(beta,sigma,x,y3) {ifelse(Y3>0, dnorm(Y3,x%*%beta, sigm...