Hi I'm trying to prepare for my presentation, but I have a problem with my latex code.
I'm sure that I'm using "amsmath" package.
I tried to fix this, but still have a lot of errors.
\begin{frame}{ZIP regression models with covariates}
\begin{itemize}
\item Regression-type models can adjust for covariate effects and assess relationships between key predictors and the response
\item Covariates enter ZIP regression model at both the Bernoulli zero-inflation and Poison count stages\\
$\rar$ 2 sets of parameters corresponding to p and $\lambda$\\
~~~~~~~~ \(\begin{cases}
\(\lambda\) : loglinear model \(\rar log(\frac{p}{1-p}) = \textbf{X_1\alpha} = \alpha_0 + \alpha_1X_{11} + \alpha_2X_{12} + \dots + \alpha_mX_{1m}\)\\
p : logit model \(\rar log(\lambda) = \textbf{X_2\beta} = \beta_0 + \beta_1X_{21} + \beta_2X_{22} + \dots + \beta_lX_{2l}\)
\end{cases}\)
\vspace{0.2cm}
\item \(\boldsymbol{X_1} = (1, X_{11}, X_{12}, \dots, X_{1m})\) : covariate vector included in the zero stage\\
\(\boldsymbol{X_2} = (1, X_{21}, X_{22}, \dots, X_{2l})\) : covariate vector included in the Poisson stage
\item \(\boldsymbol{\alpha} = (\alpha_0, \alpha_1, \dots, \alpha_m)^{T}, \boldsymbol{\beta} = (\beta_0, \beta_1, \dots, \beta_l)^{T}\)\\
$\rar$ corresponding coefficient vectors
\end{itemize}
\end{frame}
Is there something wrong?



casesenvironment can not be used outpude of math mode. – leandriis Jul 13 '20 at 12:27\raris an undefined code I guess ? – Jul 13 '20 at 13:11