I have been sent a .tex file by a colleague which I want to create a PDF from. When I run PDFLaTeX I receive the following:
"Error: Double superscript". The error refers to the line below:
Code: Select all
In the previous section, we had shown that $\sqrt{n}\bar{V}_n^{-1/2}(\hat{\theta}_n-\theta_0) \rightarrow_d N(0, I_p)$, where $\bar{V}_n=A'\mathbf{P}'E(UU'|X)\mathbf{P}A=A^*'B_K^{-1}\mathbf{p}'E(UU'|X)\mathbf{p}B_K^{-1}A^*$.
Code: Select all
\mathbf{P}A=A^*'B_K^{-1}
Thanks