I have a dataset with time series information about a group of universities. Each institution has its own unitid, which doesn't change. Each institution has its own name, but some names change, e.g. "Podunk State College" to "Podunk State University." If I reshape from tall to wide using unitid and institutitionname as my 'i' variables, it keeps the data for Podunk State College on one line and Podunk State U. on another. Is there a simple way to retain the name while getting all the data on one line? Thanks in advance!
-
Login or Register
- Log in with

Comment