I know the formula for a linear mixed model (LMM) is often (always?) written with a tilde, rather than an equals sign, between the LHS and RHS. For example, one would write
outcome ~ 1 + var1 + (1|var2)
to denote that the outcome variable is modeled by an intercept plus var1 plus var2 with random effects (random intercept model).
I am doing proofs of a paper with LMM equations in the methods, and the journal for some reason has trouble rendering the tilde symbol properly (appears instead as a dash). So my questions is, is it also acceptable to write the formula with an equals sign instead of a tilde? Is there a difference, or would this be the incorrect way of writing a formula for a LMM?