bbsBayes / bbsBayes

An R Package for Hierarchical Bayesian Analysis of North American Breeding Bird Survey Data
Other
33 stars 14 forks source link

take previous model runs as initial data for run_model() #96

Closed BrandonEdwards closed 5 years ago

BrandonEdwards commented 5 years ago

In the run_model() function, we would take the "inits" as a list. However, this PR should see the development of a function that rips the final values of a previous model run and packages that into a list to be fed into run_model. See https://github.com/BrandonEdwards/bbs-gam-kfold-cv/blob/master/run-cross-validation.R