search for: maxent

Displaying 20 results from an estimated 23 matches for "maxent".

2012 Jun 13
1
phyloclim help
...and have had a terrible time trying to figure out how to set up an analysis.? I have installed and loaded the appropriate package (phyloclim), but I do not even know where to begin defining one of the arguments. The usage for the command I?m trying to perform is: niche.equivalency.test(spec, n, maxent, mx = 2000) where the argument? maxent???? is a list containing the location of the MAXENT application and its input files (see below) >From what I have gathered, the maxent argument is a list of four elements: app????????????? the path to the MAXENT application (MAXENT is a JAVA program)...
2013 Oct 08
1
how to check the accuracy for maxent ?
I was going through this example of maxent use: http://cran.r-project.org/web/packages/maxent/maxent.pdf # LOAD LIBRARY library(maxent) # READ THE DATA, PREPARE THE CORPUS, and CREATE THE MATRIX data <- read.csv(system.file("data/NYTimes.csv.gz",package="maxent")) corpus <- Corpus(VectorSource(data$Title[1:150]))...
2011 Jan 27
1
Can not invoke maxent() of library(dismo) in GNU linux
Dear R-helpers and Dr. Hijmans, I can not invoke maxent() in GNU Linux. Could you give me any directions on that? There is maxent.jar in version 3.3.3e in the right folder. ######################################## R: > jar <- paste(system.file(package="dismo"), "/java/maxent.jar", sep='') > jar [1] "/ebio/abt6/...
2011 Nov 14
1
Error .jcall(mxe, "S", "fit", c("autorun", "-e", afn, "-o", dirout, : java.lang.NoSuchMethodError: density.Params.readFromArgs([Ljava/lang/String; )Ljava/lang/String;
Dear all, I get the error when I use maxent.jar: Error .jcall(mxe, "S", "fit", c("autorun", "-e", afn, "-o", dirout, : java.lang.NoSuchMethodError: density.Params.readFromArgs([Ljava/lang/String;)Ljava/lang/String; sessionInfo() result: R version 2.14.0 (2011-10-31)Platform: i386-pc-min...
2011 Nov 14
1
.jinit() : Cannot create Java virtual machine
Dear all, when using .jinit() I get the message .jinit() : Cannot create Java virtual machine (-1). The details: I am using the Dismo package.Dismo has a function 'maxent' that communi-cates with this program(MaxEnt).MaxEnt is available as a stand-alone Java program. It is normal when I execute the command : "jar <- paste(system.file(package="dismo"), "/java/maxent.jar", sep='')" when I execute the function: xm...
2011 Jan 26
0
Can not invoke maxent() of library(dismo) in Mac OSX
Dear R-helpers, I can not invoke maxent() in Mac OSX. Could you give me any directions on that? Thank you in advance. Here is my info: # (1) the error > me <- maxent(predictors, occtrain, factors='biome') me <- maxent(predictors, occtrain, factors='biome') Error in .jcall(mxe, "S", "fit", c...
2012 Feb 03
2
Assigning objects to variable and variable to list in a for loop
Hello, I want to use a for loop for repeadely calculating a maxent model (package dismo, function maxent()) which creates an object of the class maxent (S4). I want to collect all the resulting object in a list. I tried to simplify my for loop to explain what I want. There are two problems/questions: 1) How can I create the new variables in the loop (using paste)...
2017 Sep 04
2
MaxEnt
Buenas días me gustaria saber cual es la libreria mas actual que contiene al algoritmo de maxima entropia que permite modelar nichos ecologicos; a su vez que libreria presenta mejor temática en la representacion de mapas. Saludos¡ [[alternative HTML version deleted]]
2007 Feb 02
1
dynamic loading error with Open Watcom object file
...routine from within R (Windows version). This fortran subroutine is compiled using the Open Watcom Fortran compiler and the compiled object file is called ritscale.obj. Following the explanation on pages 193-194 of "The New S language" I use the dyn.load command: > dyn.load("f:/maxent/ritscale.obj") Error in dyn.load(x, as.logical(local), as.logical(now)) : unable to load shared library 'f:/maxent/ritscale.obj': LoadLibrary failure: %1 n'est pas une application Win32 valide. The error message says: LoadLibrary failure: %1 is not a valid Win32 appl...
2007 Mar 16
2
MANOVA permutation testing
...to use a permutation test. I've been through CRAN looking at packages boot, bootstrap, coin, permtest, but they all seem to be doing more than I need. Is the following code an appropriate way to test my hypothesis: result.vect <- c() for (i in 1:1000){ wilks <- summary.manova(manova(maxent~sample(max.spec)), test="Wilks")$stats[1,2] result.vect <- c(res.vect,wilks) } maxent is the data, max.spec is a vector of species names. Comparing the result.vect with the wilks value for the unpermuted data suggests there are very significant differences among speci...
2010 Dec 02
1
openNLP package error
...c("Das hier ist ein Satz. Und hier ist noch einer - sogar mit Gedankenstrich. Ist das nicht toll?") > sentDetect(s, language = "de", model = "openNLPmodels.de") I get the following error message which I can't make any sense of: Fehler in .jnew("opennlp/maxent/io/SuffixSensitiveGISModelReader", .jnew("java.io.File", : java.io.FileNotFoundException: openNLPmodels.de (No such file or directory) The model seems to have been installed just fine but there seems to be a directory missing. The documentation of openNLP doesn't mention...
2001 May 01
1
encoder observation
Hello! First of all a question: When you make the encoder tables (ie: mode_e.h) do you use the mapping0_forward function? Because you made the encoder tables, and after this you did a minor correction in the final beta4 ... (this correction was: additional[0]=fabs(additional[0]*scale); in the mapping0_forward function) (I see this was a bug, and the modification was correct, but this correction
2012 Nov 27
5
Predict function in Raster package
Hey, I am having troubles using the 'predict' function with in the Raster package. I am using pm<-predict(mm, predictors) where mm is the mahalanobis distance and the predictors are a stack of 6 raster layers containing environmental variables. When I try to run the prediction I get the following warning message: Warning message: In layerNames(x): the layerNames function is
2012 May 11
1
Overlapping area script
...pt is designed to compare the area of suitable habitat in binary projections of a large number of species current and future distributions, and create an excel file detailing the total area suitable in the present and future scenario, in addition to the area which overlaps. These maps are made from Maxent outputs, which have been reclassified to give binary projections for each species and will be used to assess how climatic change may potentially effect the total area which is suitable for each species. However despite considerable effort I cannot get the attached script to run. It creates an excel...
2007 Mar 28
0
geoRglm question with covariates
...ry to run model tuning with more than one variable specified in the model using trend spatial I get an issue with accept-rates always equal to 0. Am I parameterizing the model incorrectly? control1.data.geo <- mcmc.control(S.scale=0.2, thin = 1) trend.max.trans <- trend.spatial(trend= ~ Maxent + TransLen, data.geo) model1.data.geo <- list(cov.pars = c(1,1), beta=c(1,1,1), family="poisson", trend=trend.max.trans) test1.model1 <- glsm.mcmc(data.geo, model=model1.data.geo, mcmc.input=control1.data.geo) prep1.fit1.model1.data.geo <- prepare.likfit.glsm(test1.model1)...
2018 May 14
0
[FORGED] [R-sig-Geo] Help
...answer that way. There are many others on the list whose knowledge and insight are far greater than mine. I have therefore cc-ed the list in this reply. On 14/05/18 21:48, Soufianou Abou wrote: > Thank you for advice, Rolf Turner > > My question is as follows: > > I'd use maxent to model the potential distribution of cowpea on the > basis of the only presence data. Indeed, I have acquired a number of > environmental variables and bioclimatic regarding my area of study. But > to choose the most contributive variables in the model; I would like to > make a co...
2011 May 03
1
Visiting Researcher, species distribution modelling, Cali, Colombia
Dear All, The Decision and Policy Analysis (DAPA) program of the International Center for Tropical Agriculture (CIAT), a not-for-profit agriculture, biodiversity and ecosystems research center, supported by the Consultative Group of International Agricultural Research (CGIAR), with headquarters in Cali, Colombia is looking for a visiting researcher to work on various modeling projects, primarily
2012 May 07
0
FW: Overlapping area Script
...pt is designed to compare the area of suitable habitat in binary projections of a large number of species current and future distributions, and create an excel file detailing the total area suitable in the present and future scenario, in addition to the area which overlaps. These maps are made from Maxent outputs, which have been reclassified to give binary projections for each species and will be used to assess how climatic change may potentially effect the total area which is suitable for each species. However despite considerable effort I cannot get the attached script to run. It creates an excel...
2005 Feb 17
1
fast reads, slow writes
...question: does anybody know good utility to test speed of remote volumes ? -------------- next part -------------- # smb.conf is the main Samba configuration file. You find a full commented # version at /usr/share/doc/packages/samba/examples/smb.conf.SUSE # Date: 2004-06-30 [global] workgroup = MAXENT printing = cups printcap name = cups printcap cache time = 750 cups options = raw printer admin = @ntadmin, root, administrator username map = /etc/samba/smbusers map to guest = Bad User logon path = \\%L\profiles\.msprofile logon home = \\%L\%U\.9xprofile logon drive...
2011 Dec 13
12
[PATCH 0 of 4 V2] oxenstored fixes -- fixes recent pvops kernel hang
Currently PVHVM Linux guests after ddacf5ef684a "xen/pv-on-hvm kexec: add xs_reset_watches to shutdown watches from old kernel" hang when run against oxenstored because it does not handle the unknown XS_RESET_WATCHES operation and does not reply. The symptom of this issue is a hang during boot at this point: cpu 1 spinlock event irq 70 CPU 1 irqstacks, hard=dec94000