--
You received this message because you are subscribed to a topic in the Google Groups "Maxent" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/maxent/X0KnJm34Mi8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to maxent+unsubscribe@googlegroups.com.
To post to this group, send email to max...@googlegroups.com.
Visit this group at https://groups.google.com/group/maxent.
For more options, visit https://groups.google.com/d/optout.
> To unsubscribe from this group and all its topics, send an email to maxent+unsubscribe@googlegroups.com.
>
> To post to this group, send email to max...@googlegroups.com.
>
> Visit this group at https://groups.google.com/group/maxent.
>
> For more options, visit https://groups.google.com/d/optout.
>
>
>
>
>
>
>
>
>
> --
>
> You received this message because you are subscribed to a topic in the Google Groups "Maxent" group.
>
> To unsubscribe from this topic, visit https://groups.google.com/d/topic/maxent/X0KnJm34Mi8/unsubscribe.
>
> To unsubscribe from this group and all its topics, send an email to maxent+unsubscribe@googlegroups.com.
>
> To post to this group, send email to max...@googlegroups.com.
>
> Visit this group at https://groups.google.com/group/maxent.
>
> For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to a topic in the Google Groups "Maxent" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/maxent/X0KnJm34Mi8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to maxent+unsubscribe@googlegroups.com.
Hello Arta,
I will try to make the process clearer for you.
First, you must select which threshold you are going to use: for what I read, people usually use "Minimum training presence" threshold for this test.
After that, you just need to make a txt file to use in the pValueCompute.exe (the software comes with a template). That file must have two columns: the first one is whether the replicate was successful (value 1) or not (value 0) to predict the location of the sample not used. To do this, go to the column "[name of threshold] test omission" in the maxentresults.csv file. If the value is 0, that means the model successful predict the sample not used, so you should put 1 in the txt file. If the value is 1, that means the sample was omitted in the model, so you should put 0 in the txt file.Now for the second column, just copy the values of the "[name of threshold] area" column.
Feel free to ask if you have any further doubts
Best regards,
Paulo
Hi,I had the same problem with the pValueCompute.exe. One workaround is to manually download and register the missing file. Just Google the name of the file to see how to do that. The problem is that there is one or two more missing files after you correct the first one (at least it is what happened to me).There is a script in python to calculate the p value.As far as I know, there is not a script or package to calculate these values in R.Cheers,Paulo
On May 4, 2017 16:07, "M Mf" <marilia...@gmail.com> wrote:
Dear colleagues,I downloaded the program pValueCompute.exe but this did not work on my computer (with windows 10). Has anyone had the same problem? I already have the table with the data of the models by jackknife (live-one-out) ready, however I am not able to do the analysis because the program does not work. Does anyone know how to do this p-value evaluation analysis in R?Hugs.|VThe problem in the program:
--
You received this message because you are subscribed to a topic in the Google Groups "Maxent" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/maxent/X0KnJm34Mi8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to maxent+un...@googlegroups.com.
--
To unsubscribe from this group and all its topics, send an email to maxent+unsubscribe@googlegroups.com.
Dear All
Thank you for the valuable input. I have two questions. 1. Does this test only made when crossvalidation method is used? can it work if I used bootstrap?
If yes then, I noticed in all of the examples I came cross that the values of the first column (obtained from Minimum training presence test omission) are always 0 or 1 while in my file I have some with decimal value .. so could I say that since the 0 is converted to 1, so the 0.2 in my file will be converted to o.8 ?
Also do I have to apply the MTP threshold in maxent settings before running the model? Or it doesn’t matter?