Skip to content

Commit

Permalink
standardize
Browse files Browse the repository at this point in the history
  • Loading branch information
jsocolar committed Mar 15, 2024
1 parent fedf291 commit c1d0735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/make_occupancy_lpmf.R
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ make_occupancy_multi_colex_eq_lpmf <- function (max_rep, max_year) {
vector mu, // linear predictor for detection
vector colo, // linear predictor for colonization. Elements after vint2[1] irrelevant.
vector ex, // linear predictor for extinction. Elements after vint2[1] irrelevant.
array[] int vint1, // n of series (n HMMs). Elements after 1 irrelevant.
array[] int vint1, // n series (n HMMs). Elements after 1 irrelevant.
array[] int vint2, // n units (series-years). Elements after 1 irrelevant.
array[] int vint3, // n years per series. Elements after vint1[1] irrelevant.
array[] int vint4, // n sampling events per unit (n_rep). Elements after vint2[1] irrelevant.
Expand Down

0 comments on commit c1d0735

Please sign in to comment.