I'm currently taking a statistics course and am a little confused about this question. I've found true proportions before, but usually I'm given numbers, rather than just percentages. So, I'm very confused about the following question. Any help and/or guidance would be very much appreciated:
A survey of $1428$ American adults indicates that $52.9\%$ of phone owners browse the Internet on their phone rather than on a computer, up from $49.7\%$ in the previous year.
At a significance level of $α = 5\%$, test whether the true proportion of adult phone owners who browse on their phone increases from $49.7\%$ in the previous year.
How would I go about solving this? I'm not sure if it's relevant to this problem, but I've found the $95\%$ Wald's confidence interval, which is:
$0.529 + 1.96 \cdot \sqrt{ \frac{0.529 \cdot (1 - 0.529)}{1428}}$
$0.529 - 1.96 \cdot \sqrt{ \frac{0.529 \cdot (1 - 0.529)}{1428}}$
$[0.5031101, 0.5548899]$
Other than doing this, I have no idea how to go about solving this. Also, for this course we use RStudio, so any answers that include R are more than welcome!