-
Hi!
I am trying the MnO tutorial, but I get the following error when trying to run maxent. Has anyone experienced this?
```
nb= 2 nz= 0
beta= 38.680000000000206
df= -4.121082513703822e-19
be…
-
Hi,
I am really enjoying the maxent function in R. However, I ran unto a problem when I try to use a bias layer in the analysis of my data.
`model_full class(dens.ras)`
[1] "RasterLayer"
attr…
-
Hi
I have more theoretical question. Ideally what I would like to do is to split data in 3 parts: one used for tuning, other for testing and last one for evaluation.
to reproduce:
```
library(t…
-
We aim to find out what is the best possible solution to run MaxEnt model (https://biodiversityinformatics.amnh.org/open_source/maxent/) on the FAIRiCUBE hub. We check the functionality of different p…
-
**Submitting author:** @Scotsman1973 (Andrew Alexander Prentice)
**Repository:** https://github.com/Scotsman1973/archaeo_modelling
**Branch with paper.md** (empty if default branch):
**Version:** v1.…
-
**Context and question**
Hi, I am using Biomod2 (version 4.2-5-2) to run some species distribution models and I have a problem with BIOMOD_EnsembleForecasting. The previous steps work fine, but appar…
-
**Error and context**
When I use BIOMOD2_4.2-6-1 to predict species distribution, the results of the ensemble model output are negative and greater than 1000.
**Code used to get the error**
rm(list…
0009a updated
3 weeks ago
-
I'm running into a popup window error that says R has encountered a 'fatal error' and the session is being aborted when I run maxent()
I've successfully ran the function with the same data before w…
-
Current, each darter run outputs a env_stats.txt file for each species. Each value is the average of the corresponding 10 values from maxentResults.csv.
Concatenate all env_stats.txt file into one c…
-
I dont understand this formula from [ nltk.classify.maxent](http://www.nltk.org/_modules/nltk/classify/maxent.html)
> ```
> dotprod(weights, encode(fs,label))
> prob(fs|label) …