I need to create a new variable in my dataset that finds the mean of three variables currently in the dataset. Each row of data is different. I cannot seem to work out how to do it without finding the mean of the total of the variables.
I have three columns called 74, 75 and 78, all of which contain a number. I need to create a new column called mean.re, that calculates the mean of the three numbers for each individual row.
Cheers,