-
Notifications
You must be signed in to change notification settings - Fork 2
Updating model workflow
Grant Adams edited this page Dec 5, 2021
·
1 revision
Adding a new parameter
- Add parameter to ceattle_v01_07.cpp file in src/TMB
- Add parameter to 2-build_params_v2.R
- Add mapping function to 3-build_map.R
- Add phase to 6-fit_mod.R
- (Optional) add random effect switch in 6-fit_mod.R
- Add info on switches to meta_data_names excel doc in inst/extdata and or roxygen in 6-fit_mod.R
Changing data
- Change data in ceattle_v01_07.cpp file in src/TMB
- Update 9-1-read_write_excel_data.R
- Adjust data checks in 1-data_check.R
- Add data function to 5-rearrange_data.R if needed to be rearranged from excel format
- (Optional) Add data fill in for projection years to 6-fit_mod.R
- Add info to meta_data_names excel doc in inst/extdata and or roxygen in 6-fit_mod.R