We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dfb5c0 commit a61b864Copy full SHA for a61b864
src/contrasts.jl
@@ -471,7 +471,7 @@ end
471
HypothesisCoding(hypotheses::AbstractMatrix; levels=nothing, labels=nothing)
472
473
Specify how to code a categorical variable in terms of a *hypothesis matrix*.
474
-For a variable with ``k`` levels, this should be a ``k-1 \times k`` matrix.
+For a variable with ``k`` levels, this should be a ``(k-1) × k`` matrix.
475
Each row of the matrix corresponds to a hypothesis about the mean
476
outcomes under each of the ``k`` levels of the predictor. The entries in the
477
row give the weights assigned to each of these ``k`` means, and the
0 commit comments