A Question on Percentages

Hi,

It would help if you share a reproducible example. My guess is your percentage variable is either a character or a factor and you need to make it a number. Your data is quite large so you can't share it all but share the output of the following in a code chunk dput(head(data,20)) - this will show us the first 20 rows.