site learned response and pooling

Hi everyone,
Sorry if this is a bit basic. I'm am working with 6 single-capture trapping grids. When I estimate density for each individual grid, site learned response (g0 ~ 1, sigma ~ k) most commonly comes out as the top model. I would like to estimate the average density for all trapping grids. I set up each replicate as a session in a single capthist object and pooled:
secr01a<- secr.fit(myCH01,model = list(D ~ 1, sigma ~ k),buffer = 300, detectfn = 2, method = "BFGS", trace = TRUE).
The response was:
Checking data
Preparing detection design matrices
Error in temp[1:dimx[1], 1:dimx[2]] <- x :
incorrect number of subscripts on matrix
In addition: Warning message:
In secr.fit(myCH01, model = list(D ~ 1, g0 ~ K), buffer = 300, detectfn = 2, :
multi-catch likelihood used for single-catch traps
Site learned (k) and site transient (K) are the only detection parameters that give the message and it's not clear to me why. Learned (b), and animal x site learned (bk) run fine. Is there a way around this or another alternative? Any assistance would be greatly appreciated.
Thanks,
G
Sorry if this is a bit basic. I'm am working with 6 single-capture trapping grids. When I estimate density for each individual grid, site learned response (g0 ~ 1, sigma ~ k) most commonly comes out as the top model. I would like to estimate the average density for all trapping grids. I set up each replicate as a session in a single capthist object and pooled:
secr01a<- secr.fit(myCH01,model = list(D ~ 1, sigma ~ k),buffer = 300, detectfn = 2, method = "BFGS", trace = TRUE).
The response was:
Checking data
Preparing detection design matrices
Error in temp[1:dimx[1], 1:dimx[2]] <- x :
incorrect number of subscripts on matrix
In addition: Warning message:
In secr.fit(myCH01, model = list(D ~ 1, g0 ~ K), buffer = 300, detectfn = 2, :
multi-catch likelihood used for single-catch traps
Site learned (k) and site transient (K) are the only detection parameters that give the message and it's not clear to me why. Learned (b), and animal x site learned (bk) run fine. Is there a way around this or another alternative? Any assistance would be greatly appreciated.
Thanks,
G