My minimal demo is given as follows
\documentclass{article}
\usepackage{amsmath,amssymb}
\begin{document}
$$
\begin{aligned}
\text{quantitative} &=
\left{
\begin{gathered}
\text{continuous}\
\text{discret}
\end{gathered}
\right.
\
\text{qualitative} &=
\left{
\begin{gathered}
\text{nominal}\
\text{ordinal}
\end{gathered}
\right.
\end{aligned}
$$
\end{document}
I want to a right barce categorical for three lines over discret,nominal and ordinal, like

How can I get there via basic latex commands or particular packages?


$$…$$with LaTeX, i. e., not withamsmath! – cabohah Mar 29 '23 at 07:33$$...$$here just for markdown andpandoc.exesupporting reason. In pure latex it is indeed recommended to use\[...\]. – John Stone Mar 31 '23 at 02:08