Displaying 1 result from an estimated 1 matches for "pennw".
Did you mean:
penny
2009 Oct 31
1
Help me improving my code
...ic
otherrace = 1 if black = 0 and hispanic = 0
female = 1 if female
wba = claimant's UI weekly bene¯t amount (*=week*)
age = age of claimant when claim is ¯led (years)
bp1000 = base period wages (thousand $)
inuidur1 = duration of unemployment (weeks)
I have written the program as:
> pennw <- read.table("G:/Econometrics II/pennsylvania.txt", header=TRUE)
> names(pennw)
[1] "group" "t0" "t1" "t2" "t3" "t4"
[7] "intercept" "black" "hispanic"...