Search found 1 match

by RitaPatel
Fri Mar 16, 2012 2:52 pm
Forum: runmlwin user forum
Topic: runmlwin has encountered an error importing the model...
Replies: 1
Views: 5020

runmlwin has encountered an error importing the model...

Hi
My do file stops dispite being done 'noisily'. This has happened 3 times out of 560 combinations of 3 age variables.

This is the main part of the do file:
gen fp1=age_yr
gen fp2=age_yr^2
gen fp3=age_yr^3
gen fpmh=age_yr^-0.5
gen fph=age_yr^0.5
gen fp0=log(age_yr)
gen fpm1=age_yr^-1
gen fpm2=age ...