Alternative Equation Formats

The equation on this page is available in multiple formats. Depending on your browser, some formats might not render correctly.

MathML

n i = j n i j (row totals) n j = i n i j (column totals) n = i j n i j (overall total) p i j = n i j / n (cell percentages) p i = n i / n (row percentages of total) p j = n j / n (column percentages of total)

Math Rendered as SVG

Math as LaTeX Source

\[ \begin{aligned} n_{i \cdot } & = \sum _ j n_{ij} & & \mbox{(row totals)} \\ n_{\cdot j} & = \sum _ i n_{ij} & & \mbox{(column totals)} \\ n & = \sum _ i \sum _ j n_{ij} & & \mbox{(overall total)} \\ p_{ij} & = n_{ij} / n & & \mbox{(cell percentages)} \\ p_{i \cdot } & = n_{i \cdot } / n & & \mbox{(row percentages of total)} \\ p_{\cdot j} & = n_{\cdot j} / n & & \mbox{(column percentages of total)} \end{aligned} \]