nestAbund.gui {nestAbund2} | R Documentation |
Graphical user interface for nest abund program.
nestAbund.gui()
Gets input file, binary and continuous covariate variable names, and model specification. Then, allows the model to be run and AIC info saved to a table. To accomplish these tasks without the GUI (for use in scripts), do the following: nestAbund.read.csv(filename) nestAbund.select.binCov(binCovName) nestAbund.select.contCov(contCovName) nestAbund.runmod(modname)
returns nothing