Displaying 20 results from an estimated 39 matches for "econometrician".
Did you mean:
econometricians
2001 Apr 05
2
Using Gauss with R
Dear All,
I am a long time S user and now a convert to R. As part of my general work
in time series I occasionally assist groups of econometricians and others in
the finance fraternity. In particular, that community has invested a large
amount of time and effort in writing specialised code in Gauss. I am
unfamiliar with Gauss (although I have used Matlab which is, I understand, a
comparable product) and I would be grateful for any help you m...
2005 Sep 08
2
Time Series Analysis: book?
There has been a few questions on the subject lately.
Is there any book on the subject, if possible with a computer processing flavor,
that you would highly recommend?
Many thanks in advance,
--
Jean-Luc
2007 May 24
1
lme with corAR1 errors - can't find AR coefficient in output
Dear List,
I am using the output of a ML estimation on a random effects model with
first-order autocorrelation to make a further conditional test. My model
is much like this (which reproduces the method on the famous Grunfeld
data, for the econometricians out there it is Table 5.2 in Baltagi):
library(Ecdat)
library(nlme)
data(Grunfeld)
mymod<-lme(inv~value+capital,data=Grunfeld,random=~1|firm,correlation=co
rAR1(0,~year|firm))
Embarrassing as it may be, I can find the autoregressive parameter
('Phi', if I get it right) in the printout...
2010 Jan 22
1
Sata and R users GLM methods translation
...luster_32 + cluster_33 +
cluster_34 ,family=binomial(link = "logit"))
I found some differences in the parameters, could it come from the "robust"
option in the Stata command? It sounds strange that a variance option would
lead to changes in parameters estimation but I am not an econometrician.
Is anyone bilingual in R and Stata and could have a look at the syntaxes
above?
Thank you in advance
Thank you also to the people answering my previous enquiry.
Jean-Baptiste
[[alternative HTML version deleted]]
2009 Jun 23
1
nlme package - unbalanced data and Croissant (2008)
Dear listserv members,
In Croissant (2008) “Panel Data Econometrics in R: The plm Package” the
authors seem to indicate that the nlme package for R cannot correctly handle
unbalanced panel data: “Moreover, economic panel datasets often happen to be
unbalanced (i.e., they have a different number of observations between
groups), which case needs some adaptation to the methods and is not
2007 Sep 12
1
vars package, impulse response functions ??
...n on why it is not possible to look at the irf's from
exogenous shocks? Is there anyway to look at the effects of exogenous
shocks in R? Do I need to consider some sort of structural model?
the following code sample illustrates what I am trying to do and the
problems I am having (I am not an econometrician, but I know that e would be
better left as an endo variable, I just needed some common data to show what
I am trying to do)
data(Canada)
attach(Canada)
v.can<-VAR(Canada[,2:4],exogen=e, p = 2, type = "both")
irf(v.can,impulse= "e", response="prod")
thanks again,...
2005 Apr 14
1
LOCFIT: What's it doing?
Dear R-users,
One of the main reasons I moved from GAUSS to R (as an econometrician) was because of the existence of the library LOCFIT for local polynomial regression. While doing some checking between my former `GAUSS code' and my new `R code', I came to realize LOCFIT is not quite doing what I want. I wrote the following example script:
#-------------------------------...
2004 Jun 03
5
cameraa rotation graphics
Dear all,
Is there a camera rotation for 3d graphics in R. I have seen it in a
conference one time and thought it is pretty neat. the presenter was able
to rotate the 3d graph with dragging the mouse up down left right. If not
in R is there something that is open source that does this.
Thank you
Jean Eid
2010 Sep 23
1
Newey West and Singular Matrix + library(sandwich)
thank you, achim. I will try chol2inv.
sandwich is a very nice package, but let me make some short
suggestions. I am not a good econometrician, so I do not know what
prewhitening is, and the vignette did not explain it. "?coeftest" did
not work after I loaded the library. automatic bandwidth selection
can be a good thing, but is not always.
as to my own little function, I like the idea of specifying my choice
of overlapping p...
2001 Apr 07
0
Ox (was: Using Gauss with R)
...ate: Fri, 6 Apr 2001 09:34:19 +0100 (BST)
From: Bill Simpson <wsi at gcal.ac.uk>
Subject: Re: [R] Using Gauss with R
This is a tangent to your question.
The economist Jurgen Doornik has written a language called Ox:
http://www.nuff.ox.ac.uk/Users/Doornik/doc/ox/ox.htm
It obviously caters to econometricians. The unix version is free.
I did use it at one time before R was really rolling. I used it for MLE
because I think at that time there was no nlm() routine in R yet! Ox
seemed fine though had no graphics.
Anyway I am mentioning this in case Ox is similar to Gauss. I know that Ox
is C-like, maybe...
2001 Oct 12
0
Econometrics ...
> From: Paul Gilbert [mailto:pgilbert at bank-banque-canada.ca]
>
> John Janmaat wrote:
>
> > Is there a package available for R which generates output
> commonly used
> > by econometricians (eg., the Durbin-Watson statistic for serial
>
> > correlation in regression residuals)? I'm pretty sure most of
> the stuff
> > is out there in assorted packages, under different names.
>
> That's a broad subject area, it would be a pretty big packag...
2004 Aug 19
1
GEEs for time series data
I want to run a GEE for a time series of counts. The data are daily
respiratory mortality counts and so there aren't any 'clusters' in the
longitudinal sense. Neither the gee or geese packages work. The gee one
wont run at all and the geese one produces NaNs or just runs
indefinitely depending on how long the time series is. Any ideas how to
make these work of any other packages that
2006 Aug 14
1
lasso for variable selection
...r, for which paper and software are available on his web page.
PathSeeker is a different generalization of LASSO than LAR.
HTH,
Andy
From: zubin
>
> Attended JSM last week and Friedman mentioned the use of
> LASSO for variable selection (he uses it for rules
> ensembles). I am an econometrician and not familiar with, i
> started running the examples in
> R this week and you get to the plots section of the LARS package.
> Plots of beta/max(beta) vs standardized coefficients. How
> does one interpret them? u see plots of each variable
> converging to zero at differe...
2011 May 11
2
New code in R-devel: Rao score test for glm.
I have just committed some code to the r-devel branch to implement the Rao efficient score test. This is asymptotically equivalent to the LRT, but there is some indication that it might have better properties in smaller samples since it is based more directly on the distribution of the sufficient sums under the null hypothesis (e.g., if you have a divergent fit to the model under the alternative,
2005 Aug 25
2
concerning econometrics usage of "R"
Hi,
I am currently looking for a program or programmng language easy to
learn, easier to operate on.I heva heard about "R", However I
understand that "R" is designed especially for statisticians. As an
economist, working on applied econometrics, I am not sure if it can
meet my needs.
Will I be able to reach precise time series or panal data regression
results with
2001 Oct 15
0
FW: Econometrics ...
...s
cat myself.
Nels
Warnes, Gregory R wrote:
>
> > From: Paul Gilbert [mailto:pgilbert at bank-banque-canada.ca]
> >
> > John Janmaat wrote:
> >
> > > Is there a package available for R which generates output
> > commonly used
> > > by econometricians (eg., the Durbin-Watson statistic for serial
> >
> > > correlation in regression residuals)? I'm pretty sure most of
> > the stuff
> > > is out there in assorted packages, under different names.
> >
> > That's a broad subject area, it woul...
2018 Apr 19
0
Question
Hi,
I think he's talking about how much a statistical estimator is influenced by extreme datapoints, e.g.
https://en.m.wikipedia.org/wiki/Robust_statistics#Breakdown_point
Olivier
--
Olivier Crouzet
Assistant Professor
@LLING UMR6310 - Universit? de Nantes / CNRS
Guest Scientist
@UMCG - University Medical Center Groningen / RijksUniversiteit Groningen
> Le 19 avr. 2018 ? 11:00,
2009 Jan 26
0
AdMit version 1-01.01
...portance sampling or as the candidate density in the
Metropolis-Hastings algorithm to obtain quantities of interest for
the target density itself. We believe that this approach may be applicable in
many fields of research and hope that the R package AdMit will be
fruitful for many researchers like econometricians or applied statisticians.
MODIFICATIONS
o change in AdMit.R to deal with convergence problems for simple cases.
o the documentation file has been improved (thanks to Achim Zeilis for
comments).
o a package vignette has been added.
o a paper describing the package in detail has been published...
2009 Jan 26
0
AdMit version 1-01.01
...portance sampling or as the candidate density in the
Metropolis-Hastings algorithm to obtain quantities of interest for
the target density itself. We believe that this approach may be applicable in
many fields of research and hope that the R package AdMit will be
fruitful for many researchers like econometricians or applied statisticians.
MODIFICATIONS
o change in AdMit.R to deal with convergence problems for simple cases.
o the documentation file has been improved (thanks to Achim Zeilis for
comments).
o a package vignette has been added.
o a paper describing the package in detail has been published...
2006 May 19
6
bayesian belief networks to determine causality
Hello, does R estimate belief networks to estimate chains of causality.
Anyone point me to the right direction, or the most developed library?
looking at DEAL>