I have some simple audit data for hospital wards. The data is structured with answers to a variety of questions as the text responses ‘fully’ ‘partial’ or ‘not compliant’.
I am trying to pivot this in r to show % compliance to each question by ward.
I am relatively new to R and have tried to melt and cast but I keep getting errors. Any help / suggestions would be grateful received.