Displaying 4 results from an estimated 4 matches for "gladikishore".
2009 Jan 27
2
Need help on running Heckman Correction Estimation using R
Team,
I am trying to resolve the self-selection bias of a sample in an experiment
and would like to run the Heckman Correction Estimation using R. Can
someone help me with the R-Code... I tried searching for the discussion, but
not successful. Thanks in advance,
Best,
Kishore/..
http://kaykayatisb.blogspot.com
[[alternative HTML version deleted]]
2009 Jan 08
3
Regarding Books on R
Hi,
I have good understanding on Econometrics and statistical techniques.
However, I am new to R. What would be the best way to learn R as I would
be one of the few in my team started exploring R in your team. I have got a
few downloads on R introduction, but I am not a FAN of online reading. Can
some one guide me with some books on R and statistical models using R.
Sincere thanks.... And
2009 Feb 10
2
Help regarding White's Heteroscedasticity Correction
Hi
I am actually running the White test for correcting Heteroscedasticity. I
used sandwich() & car(), however the output shows the updated t test of
coefficients, with revised Standard Errors, however the estimates remained
same. My problem is that the residuals formed a pattern in the original
regression equation. After running the White's test, I got some new
standard errors - but
2009 Jan 28
2
t.test in a loop
Hi All,
I've been having a little trouble with creating a loop that will run a a
series of t.tests for inspection,
Below is the code i've tried, and some checks i've looked at.
I've used the get(paste()) idea as i was told previously that the use of the
eval should try and be avoided.
I've run a single syntax to check that my systax is correct and works
without any problems