can somebody please help me how to get the '=' in different equations always at the center of the page so that they are always above the other? thanks!
\documentclass{article}
\usepackage{amsmath}
\usepackage{siunitx}
\begin{document}
some text ...
\begin{align}\label{eqn:SE}
{\rm{SE}} &= \sqrt {\frac{{\sum\nolimits_{i = 1}^n {{{\left( {{x_i} - \bar x} \right)}^2}} }}{{n \cdot \left( {n - 1} \right)}}} \\ &= \frac{{{\rm{SD}}}}{{\sqrt n }}
\end{align}
some text ...
\begin{align}\label{eqn:SEM}
{\rm{RSE}} = \frac{{{\rm{SEM}}}}{{\bar x}} \cdot \SI{100}{\percent}
\end{align}
\end{document}

