I'm fairly new to the community and R Studio as a whole so let me know if I'm messing up forum rules.
I'm doing a writeup for a stats project in Markdown, and when I got to knit my document I get an error message. It seems to have a problem with some expressions I'm using to write null and alternative hypotheses. Here's what I have typed:
I don't know how to format on here without it automatically changing
Ho: dollar sign \mu_{1}-\mu_{2}=0dollar sign, Ha: dollar sign\mu_{1}-\mu_{2} > 0dollar sign
and I am getting a message that says:
! Missing inserted.
<inserted text>
l.185 (\mu_{1} - \mu_{2} = 0), Ha: $\mu
\emph{{1}-\mu}{2} \neq 0 $
Try to find the following text in HW1.Rmd:
(\mu_{1} - \mu_{2} = 0), Ha: $\mu
You may need to add around a certain inline R expression r
in HW1.Rmd (see the above hint).
and then it fails to compile.
Does anyone know what's up?