Group 10A code for group project.
- S7_R_code_for_historical_combined.R: given code for blackbirds 1964-1983, including matrices.
- Matrices_sandwich_terns.R: matrices for sandwich terns (pullis, juveniles, adutls) 1970-1990
- Linear_model_blackbirds.R: linear model for the total number of ringed blackbirds
- Linear_model_sandwich_terns.R: linear model for the total number of ringed sandwich terns
- Newton_Raphson_method_blackbirds.R: Newton-Raphson method for blackbirds
- Newton_Raphson_method_sandwich_terns.R: Newton-Raphson method for sandwich terns
- CJS_model_blackbirds.R:
- CJS_model_sandwich_terns.R: to do...
S7_R_code: having an issue on pars_fun_cccc(pars_in) # returns the likelihood for the historic model, this is returning NA - pars_fun_ccc(pars_in) returns a value - then ringlikcomb(pars_in) also returning NA 4. MLE for combined model also not functioning