increasing maxit control argument message from R

928 views
Skip to first unread message

Paul Rudershausen

unread,
Aug 5, 2015, 10:59:32 AM8/5/15
to unmarked
Hello Unmarked users:

I did a search for the 'Try increasing maxit control argument' message from R, on this site, and if I understand the issue (which I may not) I do not think any of the previously posted threads on this topic exactly match my situation.

I have a data set on occupancy of a fish species, with 24 rows (sites) and 10 visits (columns).  I have an observation level covariate (salinity) collected at each site and over each visit.   I standardized this covariate before running the model.  This aforementioned message from R  pops up after I run a simple model with salinity as the only observation-level covariate (and no covariates at the site-level).

In looking at the pdf documentation for R package unmarked it was not apparent to me how the maxit control argument is changed when running the function 'occu' (or when running the function 'pcount' if the same message arises for N mixture models).

Thank you for any insights, Paul

Richard Chandler

unread,
Aug 5, 2015, 11:17:29 AM8/5/15
to Unmarked package
Hi Paul,

I suggest trying something like this:

library(unmarked)
example(occu)
fm <- occu(~ obsvar1 ~ 1, pferUMF, control=list(maxit=1000, trace=TRUE, REPORT=1))


Richard

--
You received this message because you are subscribed to the Google Groups "unmarked" group.
To unsubscribe from this group and stop receiving emails from it, send an email to unmarked+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Richard Chandler
Assistant Professor
Warnell School of Forestry and Natural Resources
University of Georgia

Paul Rudershausen

unread,
Aug 5, 2015, 12:52:08 PM8/5/15
to unmarked, rcha...@warnell.uga.edu
This worked perfectly.  Thank you very much Richard. 

paul
Reply all
Reply to author
Forward
0 new messages