Displaying 1 result from an estimated 1 matches for "bp1000".
Did you mean:
b1000
2009 Oct 31
1
Help me improving my code
...crete variable as the
dependent variable with the following control variables:
black = 1 if black
hispanic = 1 if hispanic
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...