Dummyfication of a column/variable [duplicate]
问题 This question already has answers here : Generate a dummy-variable (16 answers) Closed 2 years ago . I'm designing a neural Network in R. For that I have to prepare my data and have imported a table. For example: time hour Money day 1: 20000616 1 9.35 5 2: 20000616 2 6.22 5 3: 20000616 3 10.65 5 4: 20000616 4 11.42 5 5: 20000616 5 10.12 5 6: 20000616 6 7.32 5 Now I need a dummyfication. My final table should look like this: time Money day 1 2 3 4 5 6 1: 20000616 9.35 5 1 0 0 0 0 0 2: 20000616