Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
likanzhan committed Jan 1, 2024
1 parent 4c98ad4 commit 9018357
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/mixedmodel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function StatsAPI.coefnames(m::MixedModel)
end

"""
cond(m::MixedModel)
cond(m::MixedModel)
Return a vector of condition numbers of the λ matrices for the random-effects terms
"""
Expand Down
2 changes: 1 addition & 1 deletion src/utilities.jl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Return a string of length `n` containing `s` in the center (more-or-less).
cpad(s::String, n::Integer) = rpad(lpad(s, (n + textwidth(s)) >> 1), n)

"""
densify(S::SparseMatrix, threshold=0.1)
densify(S::SparseMatrix, threshold=0.1)
Convert sparse `S` to `Diagonal` if `S` is diagonal or to `Array(S)` if
the proportion of nonzeros exceeds `threshold`.
Expand Down

0 comments on commit 9018357

Please sign in to comment.