/* ** count1.e ** ** exponential gamma duration regression model ** */ library count; #include count.ext; countset; dep = { wars }; ind = { age, coups }; dataset = "count"; output file = count1.out reset; call countprt(expgam(dataset,dep,ind)); output off;