I am modeling a different first week capture probability compared with subsequent weeks (1,0,0,0,0,0). How do I obtain estimates of g0 for week 1 and weeks 2-6? Thanks!
Joe
timecovars <- data.frame(firstweek = factor(c(1,2,2,2,2)))
secr.fit(captdata, model = g0~firstweek, timecov = timecovars)
timecovars <- data.frame(firstweek = factor(c(1,2,2,2,2)))
fit <- secr.fit(captdata, model = g0~firstweek, timecov = timecovars)
nd <- data.frame(firstweek = factor(c(1,2)))
predict(fit, newdata = nd)
Users browsing this forum: No registered users and 1 guest