I'd like to use curly braces to demarcate parts of an equation. Right now I'm trying to do so using multirow. Is there a better way, ideally one that is compatible with automatic sizing?
\documentclass[11pt]{article}
\usepackage{amsmath,multirow}
\begin{document}
\begin{equation}
\begin{array}{r l l}
y_{it} = & \alpha_i + v_i \times P_t & \multirow{4}{*}{\big\} parametric}\\
& + \beta_1 \left( \text{SR}_t \times \text{log(LM)}_i\right)\\
& + \beta_2 T_{it} + \beta_3 \left(T_{it} \times \text{SR}_i\right) + \beta_4 \left(T_{it} \times \text{log(LM)}_i\right) \\
& + \beta_5 \left(T_{it} \times \text{SR}_t \times \text{log(LM)}_i\right) \\
& + f_1\left(\text{F}_{it} \otimes \text{log(LM)}_i \times T_{it} \times SR_{t}\right) & \} nonparametric\\
& + \delta_1^i \text{F}_{it} + \delta_2^i \left(T_{it} \times \text{F}_{it}\right)& \} random \\
\end{array}
\end{equation}
\end{document}


\documentclass...and ending with\end{document}? It will help the solvers. – Malipivo Apr 03 '14 at 22:58