I am having trouble with one of the detection covariates when fitting single season occupancy models using "Unmarked" in R. Have tried fitting models accounting for false positives
Background : I have collected species (Indian grey wolf) presence absence data via interview based surveys in an occupancy framework, where I had laid out 25 sq km grid across my study area (67000 sq. km) and within each grid I had 5 spatial replicates ( 5 respondents belonging to different age, sex, education and professional classes and were 1 km apart), in this manner I have collected data for 2027 grids out of 3064 grids altogether.
I prepared detection matrix with each row representing a site and each column as replicates ( 2027*5). I am using proportion of each LULC class in a grid as site covariates and age, gender, education and profession as detection/observation covariates.I am trying to fit single season occupancy models, and beta coefficients for "Farmer" isn't showing up in model summary , only "Shepherd" and 'Others" are showing up I did not have this problem earlier when I had fit models for a smaller study area approx for 300 grids earlier. Now I have the full data set and trying to fit the model and it's throwing this error. any help is highly appreciated
detection covariates
Age - has sub classes like 0-15, 16-19 etc (6 levels)
Gender - Male and Female (2 levels)
Education - illiterate, primary etc (6 levels)
Profession - Farmer, shepherd, others (3 levels)
Call:
occuFP(detformula = ~profession, FPformula = ~1, stateformula = ~1,
data = occframeFP_wolf)
Occupancy:
Estimate SE z P(>|z|)
-0.06 0.0514 -1.17 0.243
Detection:
Estimate SE z P(>|z|)
(Intercept) -0.424 0.0438 -9.70 3.04e-22
professionOthers 0.180 0.0784 2.30 2.16e-02
professionShepherd 0.303 0.1101 2.75 5.88e-03
false positive:
Estimate SE z P(>|z|)
-11.4 9.16 -1.25 0.212
Pcertain:
Estimate SE z P(>|z|)
2.33 0.0836 27.9 3.19e-171
AIC: 9005.724