<font color='black' size='2' face='arial'>
<div> <font size="2"><font face="Arial, Helvetica, sans-serif"><br>
Hi again,<br>
<br>
Mind that looping the pseudo-abs function will overwright the output if you are<br>
not carefull. You need to change the name of the output during the loop, or<br>
store it in a different object before the next step of the loop to keep track of it.<br>
<br>
And yes you're right about the output, it enables to create a new dataframe with <br>
the ones and the selected zeros.<br>
<br>
But I hope you realise that the Models() function has the pseudo-abs function<br>
already inserted in it and deals with the storing issues. You have to use the<br>
NbRepPA argument and the other arguments associated with it.<br>
<br>
Doing a prior run and loading the database created in Initial.State() or setting&nbsp; <br>
NbRepPA to 1 will end up to the same result, unless you wish to run a different<br>
pseudo-abs procedure for each species. To this regard, you do need to do a<br>
prior run.<br>
<br>
Tell me how it goes with the storing issues. Do you need precisions ?<br>
</font></font></div>

<div> <font size="2"><font face="Arial, Helvetica, sans-serif">Bruno<br>
<br>
</font></font></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 : Aaron Bueno-Cabrera &lt;aaronbueno@hotmail.com&gt;<br>
A : Bruno Lafourcade &lt;brunolafourcade@aol.com&gt;<br>
Envoyé le : Jeudi, 9 Septembre 2010 19:20<br>
Sujet : RE: Re : [Biomod-commits] pseudoabsences<br>
<br>






<div id="AOLMsgPart_2_c2159344-f1c2-483d-9174-6d083f904cce">



<style>#AOLMsgPart_2_c2159344-f1c2-483d-9174-6d083f904cce td{color: black;} #AOLMsgPart_2_c2159344-f1c2-483d-9174-6d083f904cce .hmmessage P{margin:0px;padding:0px}#AOLMsgPart_2_c2159344-f1c2-483d-9174-6d083f904cce body.hmmessage{font-size: 10pt;font-family:Tahoma}</style>

<font style="" color="#0f243e">Hi Bruno,</font><font style="" color="#0f243e"><br>
</font><font style="" color="#0f243e">no worries, I understand the delays and thanks for the answer;</font><font style="" color="#0f243e"><br>
</font><font style="" color="#0f243e"><br>
</font><font style="" color="#0f243e">I am gonna look carefully the right names</font><font style="" color="#0f243e"> the next time;</font><font style="" color="#0f243e"><br>
</font><font style="" color="#0f243e"><br>
</font><font style="" color="#0f243e">Regarding the pseudo.abs, basically you are saying that, if I have 50 species, then do I have to run 50 times the pseudo.abs function </font><font style="" color="#0f243e"><br>
</font><font style="" color="#0f243e">(or a loop for the same function) and then create just one large database containing all the sp' presences and pseudoabsences?; </font><font style="" color="#0f243e"><br>
</font><font style="" color="#0f243e">I want to do this procedure in order to run the models() function.</font><font style="" color="#0f243e"><br>
</font><font style="" color="#0f243e"><br>
</font><font style="" color="#0f243e">What I understood from the manual, is that after using this pseudo.abs function over my database (ceros and ones), </font><font style="" color="#0f243e"><br>
</font><font style="" color="#0f243e">I will have a new database containing ones(original presences) and new ceros (pesudoabs). Am i right?</font><font style="" color="#0f243e"><br>
</font><font style="" color="#0f243e"><br>
</font><font style="" color="#0f243e">Thanks for your support.</font><font style="" color="#0f243e"><br>
</font><font style="" color="#0f243e">Regards</font><font style="" color="#0f243e"><br>
</font><font style="" color="#0f243e">Aaron</font><br>
<br>
<br>
<br>
<br>
<hr id="stopSpelling">To: <a href="mailto:aaronbueno@hotmail.com">aaronbueno@hotmail.com</a><br>
Subject: Re : [Biomod-commits] pseudoabsences<br>
Date: Tue, 7 Sep 2010 06:22:40 -0400<br>
From: <a href="mailto:brunolafourcade@aol.com">brunolafourcade@aol.com</a><br>
<br>
<font size="2" color="black" face="arial">

<div> <br>

</div>



<div> <font size="2"><font face="Arial, Helvetica, sans-serif">Hi Aaron,<br>

<br>

Apologies for the very late answer.<br>

Maybe you are not looking for the right name.<br>

Look at what you have before and after using the function with ls().<br>

<br>

Mind that it might overwright an existing object, so there will be no difference.<br>

Also try to use the species.name argument. The default value is species.name= 'SpNoName'<br>

<br>

About running the pseudo.abs function on several species at a time, you can only loop the job.<br>

The function does only consider one species at a time.<br>

<br>

Hopîng to solve your troubles.<br>

Bruno<br>

<br>

</font></font></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 : Aaron Bueno-Cabrera &lt;<a href="mailto:aaronbueno@hotmail.com">aaronbueno@hotmail.com</a>&gt;<br>

A : <a href="mailto:biomod-commits@lists.r-forge.r-project.org">biomod-commits@lists.r-forge.r-project.org</a><br>

Envoyé le : Jeudi, 19 Août 2010 21:00<br>

Sujet : [Biomod-commits] pseudoabsences<br>

<br>








<div id="ecxAOLMsgPart_3_b5d1c333-50c0-469f-96d3-660ce6190794">



<style>#AOLMsgPart_2_c2159344-f1c2-483d-9174-6d083f904cce td{color: black;} #AOLMsgPart_2_c2159344-f1c2-483d-9174-6d083f904cce .ExternalClass #ecxAOLMsgPart_3_b5d1c333-50c0-469f-96d3-660ce6190794 td{color:black;}#AOLMsgPart_2_c2159344-f1c2-483d-9174-6d083f904cce .ExternalClass #ecxAOLMsgPart_3_b5d1c333-50c0-469f-96d3-660ce6190794 .ecxhmmessage P{padding:0px;}#AOLMsgPart_2_c2159344-f1c2-483d-9174-6d083f904cce .ExternalClass #ecxAOLMsgPart_3_b5d1c333-50c0-469f-96d3-660ce6190794 body.ecxhmmessage{font-size:10pt;font-family:Tahoma;}</style>

Hello list members,<br>

<br>

I am trying to run Biomod with several species, and predictors;<br>

I don't know how to get the pseudoabsences for several species at the same time;<br>

In fact, when I try to run the pseudo.abs command with just one species, I can't get the species.name object as the Biomod manual says (Page 75).&nbsp; <br>

Please anyone can send me some thoughts or suggestions to properly run the pseudo.abs function with several species at the sames time?<br>

I want to use this objects in order to run the Models function.<br>

Thanks a lot<br>

Aaron<br>

                       =

</div>

 



<div id="ecxAOLMsgPart_4_b5d1c333-50c0-469f-96d3-660ce6190794" style="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>
Biomod-commits mailing list<br>
<br>
<a>Biomod-commits@lists.r-forge.r-project.org</a><br>
<br>
<a>https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/biomod-commits</a><br>
<br>
</tt></pre>
</div>

 

</div>

</font>                      =

</div>
 <!-- end of AOLMsgPart_2_c2159344-f1c2-483d-9174-6d083f904cce -->

</div>
</font>