Hi,<br><br>I am using BioMod version 1.1-3 and R version 2.9.2.  I suppose I should update these versions?<br>The following is what I typed into R to run the models and the error message I recieved.  Also I have listed the summary of my data.  Occurance is just the name of the column with my 0/1 info on species data. <br>
<br><br>&gt; Models(GLM = T, TypeGLM = &quot;quad&quot;, Test = &quot;AIC&quot;, GBM = T, No.trees = 2000, GAM = T, Spline = 3, CTA = T, CV.tree = 50, ANN = T, CV.ann = 3, SRE = T, Perc025=F, Perc05 = T, MDA = T, MARS = T, RF = T, NbRunEval = 3, DataSplit = 70, Yweights = NULL, Roc = T, Optimized.Threshold.Roc = T, Kappa = T, TSS = T, KeepPredIndependent = T, VarImport = 5, NbRepPA = 2, strategy = &quot;circles&quot;, coor = Coors, distance = 2, nb.absences = 1000)<br>
<br><br>----------------------------------- <br>Modelling summary <br>----------------------------------- <br>Number of species modelled :            1<br>Occurance<br><br>numerical variables :                   curbio1cli, curbio2cli, curbio7cli, curbio12cl, curbio15cl, curbio17cl<br>
<br><br>number of evaluation repetitions :      3<br>number of pseudo-absences runs :        2<br>models selected :                       ANN, CTA, GAM, GBM, GLM, MARS, MDA, RF, SRE<br>total number of model runs :            72<br>
----------------------------------- <br><br><br>#####                    Occurance                      #####<br>#####              pseudo-absence run 1                 #####<br>Model=Artificial Neural Network <br>         3 Fold Cross Validation + 3 Repetitions <br>
Calibration and evaluation phase: Nb of cross-validations:  3 <br>Evaluating Predictor Contributions in  ANN ... <br>Error in if (a != &quot;NA&quot;) if (a &gt; 0) { : <br>  missing value where TRUE/FALSE needed<br>In addition: Warning message:<br>
In n1. * n.1 : NAs produced by integer overflow<br><br><br>summary(My.Data)<br>       X                 Y           curbio1cli      curbio2cli      curbio7cli      curbio12cl     curbio15cl   <br> Min.   :-106.65   Min.   : 0.00   Min.   : -4.0   Min.   : 69.0   Min.   :155.0   Min.   : 170   Min.   : 6.00  <br>
 1st Qu.: -93.98   1st Qu.:33.35   1st Qu.: 89.0   1st Qu.:119.0   1st Qu.:337.0   1st Qu.: 798   1st Qu.:17.00  <br> Median : -87.65   Median :37.44   Median :130.0   Median :126.0   Median :368.0   Median :1015   Median :23.00  <br>
 Mean   : -78.52   Mean   :34.31   Mean   :127.9   Mean   :127.4   Mean   :370.6   Mean   :1001   Mean   :29.97  <br> 3rd Qu.: -78.94   3rd Qu.:41.65   3rd Qu.:169.0   3rd Qu.:134.0   3rd Qu.:403.0   3rd Qu.:1214   3rd Qu.:44.00  <br>
 Max.   :   0.00   Max.   :49.35   Max.   :247.0   Max.   :186.0   Max.   :505.0   Max.   :2043   Max.   :91.00  <br>   curbio17cl      Occurance       <br> Min.   :  6.0   Min.   :0.000000  <br> 1st Qu.: 88.0   1st Qu.:0.000000  <br>
 Median :184.0   Median :0.000000  <br> Mean   :171.2   Mean   :0.005968  <br> 3rd Qu.:246.0   3rd Qu.:0.000000  <br> Max.   :480.0   Max.   :1.000000  <br><br>Again, I am not sure where to start with troubleshooting.  Any help would be most appreciated!<br>
<br>Ashley<br>