search for: gemedu

Displaying 6 results from an estimated 6 matches for "gemedu".

2009 Jul 12
2
Heckman Selection MOdel Help in R
...k08 at imperial.ac.uk> wrote: > I am new to R, I have to do a 2 step Heckman model, my selection equation is > below which I was successful in running but I am unable to proceed further, > > > > I have so far used the following command > > glm(formula = s ~ age + gender + gemedu + gemhinc + es_gdppc + > ??? imf_pop + estbbo_m, family = binomial(link = "probit")) > > My question is > 1. How do i discard the non significant selection variables (one out of the > seven variables above is non-significant) and calculate the Inverse Mills > Ratio of th...
2009 Jul 12
0
ERROR message while using <-invMillsRatio()
...m" [26] "estbbo_m" "es_gdppc" "ief_fisc" "yearctry" "ief_ipr" [31] "wb_law" "wb_corr" "imf_pop" "imf_pgro" "es_gdpch" [36] "sq_gdppc" "ln_oy5" "gemedu" "gemhinc" "ipr_edu" [41] "ipr_hinc" "age_sq" "ln_oy5_a" "ln_oy5_1" "ln_sy5" [46] "ln_osy5" "ln_oy5_e" "X_est_full" "o_tmitr" "o_citr" [51] "o_t...
2009 Jul 11
2
Heckman Selection Model/Inverse Mills Ratio
I have so far used the following command glm(formula = s ~ age + gender + gemedu + gemhinc + es_gdppc + imf_pop + estbbo_m, family = binomial(link = "probit")) My question is 1. How do i discard the non significant selection variables (one out of the seven variables above is non-significant) and calculate the Inverse Mills Ratio of the significant variables 2. I...
2009 Jul 16
1
PROBIT REGRESSION FOR GROUPED/CLUSTERED DATA
...re I wish to check for 65*9 values of "yearctry" with each "yearctry" having 2000 observations roughly. Hence I use the glm/probit to look into the selection bias where all my dependant variable "s" are either 0 or 1. The formula *myProbit<- glm(s ~ age + gender + gemedu + gemhinc + es_gdppc + imf_pop + estbbo_m, family = binomial(link = "probit"), data = adpopdata)* is the Heckman selection equation based on all observations without taking into account the fact that each "yearctry" is unique, I want the selection equation to recognise the uniq...
2009 Jul 10
0
GLM for Probit for Panel Data
...s (ie 2000 individual responses with yearctry = 2000001), I have 65 different countries in the survey and time span from 2000-2008 ie 9 years. My question is: How do I make R recognise yearctry as my panel variable when I am running a glm like the one below: > glm(formula = s ~ age + gender + gemedu + gemhinc + es_gdppc + imf_pop + estbbo_m, family = binomial(link = "probit")) What changes/additions do I make to this above probit regression command such that the variable "yearctry" could be passed/assigned as the panel variable? Kindly help Thanks in advance Saurav -...
2009 Jul 15
0
DECLARING A PANEL VARIABLE???
Hi I am working on a panel data, my data are clustered/grouped by the variable "yearctry", I am running the regression below, but I cant make the regression recognise "yearctry" as the panel variable in the regression myProbit<- glm(s ~ age + gender + gemedu + gemhinc + es_gdppc + imf_pop + estbbo_m, family = binomial(link = "probit"), data = adpopdata) Can anyone help me do this please??? Thanks Saurav -- Dr.Saurav Pathak PhD, Univ.of.Florida Mechanical Engineering Doctoral Student Innovation and Entrepreneurship Imperial College Bus...