i have data that it look like this
i wanna change it to look like that with month on the top and year at the left ,i have tried with cbind but no way
i have data that it look like this
i wanna change it to look like that with month on the top and year at the left ,i have tried with cbind but no way
solution : rs=reshape(out, idvar = "year_actual", timevar = "month_actual", direction = "wide")