Skip to content

Commit df862a6

Browse files
authored
A typo (#302)
1 parent 2c73de3 commit df862a6

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
@@ -599,7 +599,7 @@ StatsAPI.coefnames(C::HypothesisCoding, levels::AbstractVector, baseind::Int) =
599599
DataAPI.levels(c::HypothesisCoding) = c.levels
600600

601601
"""
602-
StatsModels.ContrastsCoding(mat::AbstractMatrix[, levels]])
602+
StatsModels.ContrastsCoding(mat::AbstractMatrix[, levels])
603603
StatsModels.ContrastsCoding(mat::AbstractMatrix[; levels=nothing])
604604
605605
Coding by manual specification of contrasts matrix. For k levels, the contrasts

0 commit comments

Comments
 (0)