Skip to content

Commit 1e16ac3

Browse files
committed
fixed a small issue in HypothesisCoding docstring
1 parent a3117cc commit 1e16ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contrasts.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ end
471471
HypothesisCoding(hypotheses::AbstractMatrix; levels=nothing, labels=nothing)
472472
473473
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.
474+
For a variable with ``k`` levels, this should be a ``(k-1) \\times k`` matrix.
475475
Each row of the matrix corresponds to a hypothesis about the mean
476476
outcomes under each of the ``k`` levels of the predictor. The entries in the
477477
row give the weights assigned to each of these ``k`` means, and the

0 commit comments

Comments
 (0)