Hi All,
I am working on a project and need to create a significant number of dummy variables for strings, i.e. type_of_contract that has values of "cost plus" fixed fee" "labor hours" and "time and materials". I know how to create a set of dummy variables using tabulate but I would like to rename them to each type of contract rather than have type_of_contract1-4. Is there any way of baking this into the tab command or am I going to have to rename each by hand? Thanks for your help.
-Enrique
I am working on a project and need to create a significant number of dummy variables for strings, i.e. type_of_contract that has values of "cost plus" fixed fee" "labor hours" and "time and materials". I know how to create a set of dummy variables using tabulate but I would like to rename them to each type of contract rather than have type_of_contract1-4. Is there any way of baking this into the tab command or am I going to have to rename each by hand? Thanks for your help.
-Enrique
Comment