<font color='black' size='2' face='arial'>
<div> <font size="2"><font face="Arial, Helvetica, sans-serif"><br>
<br>
Hi Samiya,<br>
<br>
So apparently the function doesn't recognize any model for which to calculate some weights.<br>
In other words, all your models are considered to have a score of 0 (or rather NA as I'd rather think).<br>
<br>
I guess it might come from the 'weight.method' that you choose, did you run it in Models ?<br>
Else, can you check the values in 4th column of the Evaluation.results of your method to see<br>
what you have there.<br>
<br>
Bruno.<br>
<br>
</font></font></div>

<div> <br>
</div>

<div style="clear: both;">-------<br>
Bruno Lafourcade<br>
Statistical tools engineer<br>
<br>
Laboratoire d'Ecologie Alpine, bureau 308<br>
CNRS - UMR 5553, 2233 rue de la piscine<br>
38400 Saint Martin d'Hères<br>
-------</div>

<div> <br>
</div>

<div> <br>
</div>

<div style="font-family: arial,helvetica; font-size: 10pt; color: black;">-----E-mail d'origine-----<br>
De : Samiya Selim &lt;bs09sas@leeds.ac.uk&gt;<br>
A : biomod-commits@r-forge.wu-wien.ac.at<br>
Envoyé le : Jeudi, 25 Mars 2010 14:40<br>
Sujet : Re: [Biomod-commits] Error in ensemble forecasting<br>
<br>






<div id="AOLMsgPart_0_b1b21b4f-b7c9-497c-be34-dbdf7f4a3f62" style="margin: 0px; font-family: Tahoma,Verdana,Arial,Sans-Serif; font-size: 12px; color: rgb(0, 0, 0); background-color: rgb(255, 255, 255);">

<pre style="font-size: 9pt;"><tt><br>
<br>
----- Forwarded message from <a href="mailto:bs09sas@leeds.ac.uk">bs09sas@leeds.ac.uk</a> -----<br>
     Date: Sun, 21 Mar 2010 19:09:00 +0000<br>
     From: Samiya Selim &lt;<a href="mailto:bs09sas@leeds.ac.uk">bs09sas@leeds.ac.uk</a>&gt;<br>
Reply-To: Samiya Selim &lt;<a href="mailto:bs09sas@leeds.ac.uk">bs09sas@leeds.ac.uk</a>&gt;<br>
  Subject: Re: [Biomod-commits] (no subject)<br>
       To: Wilfried Thuiller &lt;<a href="mailto:wilfried.thuiller@ujf-grenoble.fr">wilfried.thuiller@ujf-grenoble.fr</a>&gt;<br>
       Cc: <a href="mailto:biomod-commits@r-forge.wu-wien.ac.at">biomod-commits@r-forge.wu-wien.ac.at</a><br>
<br>
Hi Wilfried,<br>
<br>
Thanks so much for the help. I did manage to fix the Projection<br>
problem I was having(now I have a new projection problem)<br>
<br>
And now I am also having problems with the actual<br>
Ensemble Forecasting. This is the error I am getting:<br>
<br>
Ensemble.Forecasting(Proj.name= "area", weight.method='Roc', PCA.median=T,<br>
+ binary=T, bin.method='Roc', Test=F, decay=1.6, repetition.models=T)<br>
Sp1<br>
Error in rep(1, sum(wk != 0)) : invalid 'times' argument<br>
<br>
Is it because GBM is included again when it says repetition.models=T?<br>
<br>
I tried putting only the ones that are tru, but I got errors for that as well.<br>
<br>
What does the line mean - Error in rep(1, sum(wk != 0)) : invalid<br>
'times' argument?<br>
<br>
Thanks again for any help.<br>
<br>
Best wishes,<br>
Samiya<br>
<br>
Quoting Wilfried Thuiller &lt;<a href="mailto:wilfried.thuiller@ujf-grenoble.fr">wilfried.thuiller@ujf-grenoble.fr</a>&gt;:<br>
<br>
&gt; Hi there,<br>
&gt;&gt;<br>
&gt;&gt;&gt; Projection(Proj=area[,4:8],Proj.name='area',GLM=T,GAM=T,<br>
&gt;&gt; + CTA=T,ANN=T,SRE=T,Perc025=T,Perc05=F,MDA=T,MARS=T,RF=T,<br>
&gt;&gt; + BinRoc=T,BinKappa=T,BinTSS=T,FiltRoc=T,FiltKappa=T,FiltTSS=T)<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; The following models can not be used to render projections :  GBM<br>
&gt;&gt;  they have not been trained in Models()<br>
&gt;<br>
&gt; Note that in the Projection function, all models are set to TRUE by   <br>
&gt;  default. Here GBM is not set up at FALSE whereas you have not run it.<br>
&gt; It just create a warnings but this is not related to the error you    <br>
&gt; have bellow.<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; Sp1<br>
&gt;&gt; Error in eval(expr, envir, enclos) : object 'Variable1' not found<br>
&gt;<br>
&gt; You must ensure you have the same variable names in 'area' than in    <br>
&gt; the data you use to calibrate the models.<br>
&gt;<br>
&gt; colnames(DataBIOMOD)<br>
&gt; colnames(area)<br>
&gt;<br>
&gt; The environmental variables must have the same labels.<br>
&gt;<br>
&gt; Let me know if the problem is not here.<br>
&gt;<br>
&gt; All the best<br>
&gt; Wilfried<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;&gt;<br>
&gt;&gt; I have tried playing around with the data, using different data, still<br>
&gt;&gt; keep getting the same.<br>
&gt;&gt;<br>
&gt;&gt; Any suggestions would be much appreciated!<br>
&gt;&gt; Samiya<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Biomod-commits mailing list<br>
&gt;&gt; <a href="mailto:Biomod-commits@lists.r-forge.r-project.org">Biomod-commits@lists.r-forge.r-project.org</a><br>
&gt;&gt; <a href="https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/biomod-commits" target="_blank">https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/biomod-commits</a><br>
&gt;<br>
&gt; --------------------------<br>
&gt; Dr. Wilfried Thuiller<br>
&gt; Laboratoire d'Ecologie Alpine, UMR CNRS 5553<br>
&gt; Université Joseph Fourier<br>
&gt; BP53, 38041 Grenoble cedex 9, France<br>
&gt; tel: +33 (0)4 76 51 44 97<br>
&gt; fax: +33 (0)4 76 51 42 79<br>
&gt;<br>
&gt; Email: <a href="mailto:wilfried.thuiller@ujf-grenoble.fr">wilfried.thuiller@ujf-grenoble.fr</a><br>
&gt; Home page: <a href="http://www.will.chez-alice.fr" target="_blank">http://www.will.chez-alice.fr</a><br>
&gt; Website: <a href="http://www-leca.ujf-grenoble.fr/equipes/tde.htm" target="_blank">http://www-leca.ujf-grenoble.fr/equipes/tde.htm</a><br>
&gt;<br>
&gt; FP6 European MACIS project: <a href="http://www.macis-project.net" target="_blank">http://www.macis-project.net</a><br>
&gt; FP6 European EcoChange project: <a href="http://www.ecochange-project.eu" target="_blank">http://www.ecochange-project.eu</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
<br>
<br>
_______________________________________________<br>
Biomod-commits mailing list<br>
<a href="mailto:Biomod-commits@lists.r-forge.r-project.org">Biomod-commits@lists.r-forge.r-project.org</a><br>
<a href="https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/biomod-commits" target="_blank">https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/biomod-commits</a><br>
<br>
<br>
----- End forwarded message -----<br>
<br>
_______________________________________________<br>
Biomod-commits mailing list<br>
<a href="mailto:Biomod-commits@lists.r-forge.r-project.org">Biomod-commits@lists.r-forge.r-project.org</a><br>
<a href="https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/biomod-commits" target="_blank">https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/biomod-commits</a><br>
</tt></pre>
</div>
 <!-- end of AOLMsgPart_0_b1b21b4f-b7c9-497c-be34-dbdf7f4a3f62 -->

</div>
</font>