This data set contains the evaluation results of a new program of teaching in economics. There are 32 observations for 4 variables.
grade |
a binary variable indicating grade increase (1) and decrease (0) after participation. |
gpa |
a continous variable measuring studens' grade point average. |
tuce |
a continous variable measuring students' scores on an economics test. |
psi |
a binary variable indicating whether a student participates the program or not. |
data(daPe)
A data frame of cross sectional data with 32 observations and 4 variables.
Evaluation results on 32 students of the impact of a new teaching methods.
# NOT RUN {
data(daPe)
dim(daPe)
summary(daPe)
daPe
# }
Run the code above in your browser using DataLab