I received the following error while running the below mentioned code in jupyter notebook
Error in parse(text = x, srcfile = src): <text>:6:12: unexpected input 5: 6: z <- (xbar <e2> ^ Traceback: The code:
xbar <- 9900 # sample mean mu <- 10000 # hypothesized value sigma <- 120 # population standard deviation n <- 30 # sample size z <- (xbar − mu)/(sigma/sqrt(n))