Skip to content

Commit

Permalink
Merge pull request #34 from imgoej/treat_previous_run_as_burnin
Browse files Browse the repository at this point in the history
Treat previous run as burnin
  • Loading branch information
RLumSK authored Jul 31, 2023
2 parents 4d2ee48 + da6478a commit fa737c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/AgeS_Computation.R
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ AgeS_Computation <- function(
thin = t,
method = jags_method,
silent.jags = quiet,
combine = FALSE,
...
)

Expand Down
1 change: 1 addition & 0 deletions R/Age_OSLC14.R
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ Age_OSLC14 <- function(
thin = t,
method = jags_method,
silent.jags = quiet,
combine = FALSE,
...
)

Expand Down

0 comments on commit fa737c8

Please sign in to comment.