Displaying 20 results from an estimated 5000 matches similar to: "Tobit Estimation with Panel Data"
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
2006 Jan 19
2
Tobit estimation?
Folks,
Based on
http://www.biostat.wustl.edu/archives/html/s-news/1999-06/msg00125.html
I thought I should experiment with using survreg() to estimate tobit
models.
I start by simulating a data frame with 100 observations from a tobit model
> x1 <- runif(100)
> x2 <- runif(100)*3
> ystar <- 2 + 3*x1 - 4*x2 + rnorm(100)*2
> y <- ystar
> censored <- ystar <= 0
2010 Nov 23
4
Tobit model on unbalanced panel
Appreciate any suggestions regarding how to fit an unbalanced panel data to
a Tobit model using R functions. I am trying to analyze how real estate
capital expenditures (CapEx) are affected by market conditions using a panel
Tobit model. The CapEx is either positive or 0, so it is censored. The data
are unbalanced panel, including the CapEx of about 5000 properties over
about 40 quarters, with the
2011 Mar 10
2
tobit regression model
Hi,
I'm trying to fit a tobit regression model to some data. When fitting the
exact same data in Stata, I have no problems at all, however R won't
converge. Its not a maxiters thing, since I've tried increasing this
already. I need to be able to fit the model in R since there are users of
the code that don't have a Stata license.
The code is:
require(AER)
left = 3.218476
x =
2009 Jun 08
0
Using survreg for Tobit
I am using survreg from the survival package to run a left censored tobit
model on “non-survival” data. I have to four questions that I hope someone
can help me with:
1) Is there anything I should take into consideration when using frailty()
to estimate random intercepts?
2) Is there anyway of extracting the estimated intercepts produced by
survreg when using frailty()?
3) Can someone point
2011 Jan 20
1
number of iterations in a Tobit model
Hi, R users,
I'm running a Tobit model but convergence can not be reached within 30
iterations. Is there anyway I can change the max number of iterations?
Thanks.
Gary
[[alternative HTML version deleted]]
2009 Dec 03
3
Tobit model fluid milk consumption
Hi all,
I'm from Brazil.
I fit a Tobit model to FLUID MILK CONSUMPTION (DEPENDENT VARIABLE) data
using survreg (attached).
I am confused about the output interpretation and I would like yours
explanations.
Thanks, Marcio Roberto Silva
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Tobit model.pdf
Type: application/pdf
Size: 9018 bytes
Desc: not
2007 May 08
1
Fitting Random effect tobit model
Dear R-user:
I have a left censored longitudinally measured data set with 4 variables such as sub (which is id), x (only covariate), y (repeatedly measured response) and w (weights) (note, ?-5? indicates the left censored value in the attached data set). I am using following R codes (?survival? library and ?survreg? package) for fitting a random effect tobit model for the left censored
2008 Aug 16
1
Pseudo R2 for Tobit Regression
Dear All:
I need some guidance in calculating a goodness-of-fit statistic for a Tobit
Regression model.
To develop the Tobit regression, I used the tobit() method from the AER
package, which is basically a simpler interface to the survreg() method.
I've read about pseudo R2 and C-index and was wondering if there is a
package that calculates this for me. Also, is there a reason to select
2007 May 11
0
Tobit model and an error message
Dear R users:
I am using survreg for modeling left censored longitudinal data. When I am using the following code for fitting the tobit model I am getting some output with an warning message(highlighted with red color):
> survreg(Surv(y, y>=0, type='left')~x + frailty(id), cytokine.data, weight=w, dist='gaussian', scale=1)
Call:
survreg(formula = Surv(y, y >= 0, type
2011 Nov 24
3
How to deal with package conflicts
In my genridge package, I define a function ridge() for ridge
regression, creating objects of class 'ridge'
that I intend to enhance.
In a documentation example, I want to use some functions from the car
package. However, that package
requires survival, which also includes a ridge() function, for coxph
models. So, once I require(car)
my ridge() function is masked, which means I have to
2008 Feb 07
2
Tobit model
Hi all,
Quick question - Which, if any, of the R packages contains procedures for running Tobit analysis?
Regards,
Matt
---------------------------------
[[alternative HTML version deleted]]
2001 Apr 02
2
Censored or truncated Regression Models/Tobit
Hi,
what is the best way to estimate a tobit(truncated) regression model in
R ?
Is there already a packet available ?
Gruss
Ralph Leonhardt
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body",
2011 Feb 11
1
censReg or tobit: testing for assumptions in R?
Hello!
I'm thinking of applying a censored regression model to
cross-sectional data, using either the tobit (package survival) or the
censReg function (package censReg). The dependent variable is left and
right-censored.
My hopefully not too silly question is this: I understand that
heteroskedasticity and nonnormal errors are even more serious problems
in a censored regression than in an
2007 May 04
2
Library & Package for Tobit regression
Hello R-Users:
I am want to use tobit regression for left censored panel/longitudinal data. Could you please provide me the name of "library" and/or "package" that will give me option of fitting tobit regression model for longitudinal data?
Thank you.
Sattar
__________________________________________________
[[alternative HTML version deleted]]
2011 Sep 15
2
Tobit Fixed Effects
Hi there,
I need to run a Tobit Fixed Effects in a panel data with 4500 units for 8
years. It is a huge data set, my dependent variable is left truncated at
zero, the distribution is skewed and my panel is balanced.
Any suggestions on how to do that in R?
I tried stuff like survreg, censReg, and tobit but none of them were
satisfactory.
Thanks,
*Felipe Nunes*
CAPES/Fulbright Fellow
PhD
2006 Apr 25
5
Heteroskedasticity in Tobit models
Hello,
I've had no luck finding an R package that has the ability to estimate a
Tobit model allowing for heteroskedasticity (multiplicative, for example).
Am I missing something in survReg? Is there another package that I'm
unaware of? Is there an add-on package that will test for
heteroskedasticity?
Thanks for your help.
Cheers,
Alan Spearot
--
Alan Spearot
Department of Economics
2003 Jul 16
1
Tobit analysis
Having read previous correspondance on this topic, am I right in using a
gaussian distribution for a tobit model, one article suggests a normal distribution?
Also, I want to censure at the upper bound, so, using the survival5 package I use:
survreg(Surv(y,y<c,type="right")~x) for a censored regression.
Could anybody who's had experience of this, confirm whether I'm in the
2003 Jun 11
1
mixed-effects models for left-censored data?
Dear R-helpers,
excuse me if this is not exclusively an R-related question.
I have data from a nested design, both temporally and spatially, and the reponse variable of interest is left-censored. That is, only values > "some treshold" are available, otherwise "LOW" is reported.
Are there ways of building a linear model with both fixed and random effects, when the
2003 Jan 15
1
Tobit regression
Does anyone have an R function for the estimation of Tobit regression
models (for censored responses), as described, e.g., in Davidson, R.
and MacKinnon, J.G., 1993, Section 15.7, Estimation and Inference in
Econometrics, Oxford University Press?
Thanks. FC.
--
Francisco Cribari-Neto voice: +55-81-32718420
Departamento de Estatistica fax: +55-81-32747425
Universidade