Skip to content

Commit

Permalink
remove unused kwarg
Browse files Browse the repository at this point in the history
  • Loading branch information
palday committed Jun 22, 2024
1 parent d33ffaa commit 1bab6e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/linearmixedmodel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,6 @@ end

"""
fit!(m::LinearMixedModel; progress::Bool=true, REML::Bool=false,
σ::Union{Real, Nothing}=nothing,
thin::Int=typemax(Int))
Optimize the objective of a `LinearMixedModel`. When `progress` is `true` a
Expand All @@ -446,7 +445,6 @@ function StatsAPI.fit!(
m::LinearMixedModel{T};
progress::Bool=true,
REML::Bool=false,
σ::Union{Real,Nothing}=nothing,
thin::Int=typemax(Int),
) where {T}
optsum = m.optsum
Expand Down

0 comments on commit 1bab6e7

Please sign in to comment.