wbuchanan / kentuckyStateReportCards

Stata project to clean, organize, and optimize the storage of KDE released data sets from the Kentucky School Report Cards website
2 stars 3 forks source link

Variable label for nextpartic #10

Closed wbuchanan closed 7 years ago

wbuchanan commented 7 years ago

@rowen0718 :

Checked the data dictionary provided by KDE, but there was no definition for the variable named participation_next_yr. This lead to the expression:

la var nextpartic ""

When handling and resolving that variable.

wbuchanan commented 7 years ago

For now have added a variable label to serve as a placeholder:

la var nextpartic "KDE did not document the meaning of this variable"