From 1bab6e7288bbc096e4fafc362b1e101e4940a7de Mon Sep 17 00:00:00 2001 From: Phillip Alday Date: Thu, 20 Jun 2024 21:10:40 -0500 Subject: [PATCH] remove unused kwarg --- src/linearmixedmodel.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/linearmixedmodel.jl b/src/linearmixedmodel.jl index 34f146b9e..8c02f982a 100644 --- a/src/linearmixedmodel.jl +++ b/src/linearmixedmodel.jl @@ -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 @@ -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