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 a3117cc commit 1e16ac3Copy full SHA for 1e16ac3
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) \\times 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