Skip to content

Commit

Permalink
Fixes #165
Browse files Browse the repository at this point in the history
  • Loading branch information
courtiol committed Sep 25, 2023
1 parent 9c7ce8e commit 40e15ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IsoriX/R/calibfit.R
Original file line number Diff line number Diff line change
Expand Up @@ -600,10 +600,10 @@ calibfit <- function(data,
calib_formula <- paste(calib_formula, "+ (1|species_ID)")
}
calib_fit <-
spaMM::HLCor(
spaMM::fitme(
formula = stats::formula(calib_formula),
corrMatrix = predcov,
ranPars = lambda_list,
fixed = lambda_list,
data = data,
method = lik_method
)
Expand Down

0 comments on commit 40e15ea

Please sign in to comment.