Displaying 20 results from an estimated 10000 matches similar to: "Problem with varpart (vegan library)"
2013 Aug 22
1
varpart
Dear R-users
I applied vegan's varpart function to partition the effects of
explanatory matrices. Adj. R square for the unique fraction [a] is
0.25. Does anyone know why the decomposition by hand using rda gives
me a different result for [a] (constrained proportion is 0.32)? I used
cbind() for the conditional fractions, but it should be similar to
condition()?
Thanks very much
2013 Apr 30
1
vegan -varpart is bigger than 100% in total?
I am trying to find the percentage of the parameters explaining the bacterial community composition. I have one data matrix with relative abundance of OTUs and one with environmental parameters. I used varpart in vegan package but the values in the venn diagram is bigger than 100% in total.How is it possible? What might be the reason? Thank you
library(vegan)
gotud <-
2017 Sep 17
0
Help with RDA analysis, function ''varpart'' in vegan
I am not familiar with the vegan package, so I am just making a guess here.
If 'na.action=na.omit' is part of the call to varpart, try removing it from
the function call and moving it above as follows:
options(na.action="na.omit")
RDA_Ger <- varpart(comm, x1, x2, x3, transfo="hellinger", scale = FALSE)
Maybe that will help.
Regards,
Eric
On Sat, Sep 16, 2017 at
2017 Sep 17
0
Help with RDA analysis, function ''varpart'' in vegan
The varpart function does not have na.action argument, and all undefined arguments are regarded as explanatory data sets X (they come after ?).
Best wishes, Jari Oksnaen
2017 Sep 16
2
Help with RDA analysis, function ''varpart'' in vegan
I'm trying to perform a RDA analysis in the vegan package using the
"varpart" function.
I have a matrix of community structure data in different sites (rows),
which I want to explain using 3 matrices of environmental data. The 3
matrices are:
water quality parameters;
local land use variables;
total land use variables.
In each matrix, the number of the rows is the same (the
2012 Aug 06
1
cannot find function "simpleRDA2"
Hi,
I am trying to run the command "forward.sel.par," however I receive
the error message: "Error: could not find function 'simpleRDA2'." I
have the vegan library loaded. The documentation on "varpart" has not
helped me to understand why I cannot call this function. Maybe I am
missing something obvious because I am still an 'R' novice.
Below is a
2011 Sep 23
0
vegan rda na adaptation
Dear R users,
I know, the topic is more related to the r-sig-ecology. I decided to
post it to the r-help as some specific topics of my question deals
with NA-values and RDA (R vegan) and an adaptated RDA code due to a
specific study design (including a second matrix).
I am calculating a RDA for a dependent matrix (different variables for
tree performance) and different explanatory
2013 May 02
2
rda variance partioning in vegan problems
This is not a request for coding help so there is no reproducible code,
rather I am trying to figure out if anyone had had a similar experience.
My question is related to partitioning the variance in rda (vegan) results
for multiple groups of variables. I have a high dimensional dataset with
79 explanatory variables and 9 response variables. Within those 79
explanatory variables there are ~8
2007 Apr 27
1
partitioning variation using the Vegan CCA routine?
Hello
I am using Jari Oksanen's CCA routine from the Vegan package on some estuary
data, following a technique applied in (Anderson, M.J. & Gribble, N.A.,
1998, Partitioning the variation among spatial, temporal and environmental
components in a multivariate data set, Australian Journal of Ecology 23,
158-167).
Some steps in the process require that the dependent matrix be constrained
by
2011 Nov 07
2
ordination in vegan: what does downweight() do?
Can anyone point me in the right direction of figuring out what downweight()
is doing?
I am using vegan to perform CCA on diatom assemblage data. I have a lot of
rare species, so I want to reduce the influence of rare species in my CCA. I
have read that some authors reduce rare species by only including species
with an abundance of at least 1% in at least one sample (other authors use
5% as a
2004 Feb 23
2
plot(my.procrustes.model) from library {vegan}
Dear All,
I would like to ask how to customize the graph corresponding to a
procrustes analysis.
I have to distance matrices, that I transform to two set of coordinates
by means of muti dimensional scaling:
library(mva)
c1<-cmdscale(mat.dist1)
c2<-cmdscale(mat.dist2)
I vant to rotate c2 on c1, and I use the "procrustes" analysis from the
{vegan} library.
library(vegan)
2012 Oct 11
2
In vegan package: running adonis (or similar) on a distance matrix
Hi,
Using Vegan package I was wondering if there's a way to use a distance
matrix as an input for adonis (or any of the other similar hypothesis
testing functions) instead of the usual species by sample table.
Working in the field of microbial ecology, what I'm trying to do is to
overcome the problem of having to use discrete units such as species or
OTUs, which are problematic in
2017 Jul 19
0
Redundancy canonical analysis plot problem in 3D using VEGAN, RGL, SCATTERPLOT3D and SFSMISC
We need to keep the discussion on the list. When I run your code, there are several problems.
strain.data <- read.xlsx("Dee rhiz.xlsx", sheetName ="strain", header = T, row.names = 1)
str(strain.data) # lists 9 columns at the end with all NAs
strain.data1 <- (strain.data, sqrt.dist = TRUE) # this is not a valid R line. I get
Error: unexpected ',' in
2014 Sep 13
1
vegan moved to GitHub and vegan 2.2-0 is coming (are you ready?)
Dear vegan team,
Vegan development happens now completely in github. R-Forge repository is no more in sync with github. I tried to commit all github changes to R-Forge, but a week ago I got a conflict in file and I haven't had time to resolve that conflict. You can follow vegan development and vegan discussion also without signing to github. The system seems to be completely open and does not
2011 Dec 13
1
Re : Polygon
HI,
Sorry Carl, I received your message in my spam folder. Sarah proposed me a good example of code.
Thank you
Momadou
________________________________
De : Carl Witthoft [via R] <ml-node+s789695n4188375h96@n4.nabble.com>
Envoyé le : Mardi 13 Décembre 2011 3h34
Objet : Re: Polygon
Please read the posting guide and provide a (small) reproducible example
of your data.
The statement
2013 Apr 17
1
failed to download vegan
Hello,
This is Elaine.
I am using R 3.0 to download package vegan but failed.
The warning message is
package ‘vegan’ successfully unpacked and MD5 sums checked
Warning: unable to move temporary installation
‘C:\Users\elaine\Documents\R\win-library\3.0\file16c82da53b1b\vegan’ to
‘C:\Users\elaine\Documents\R\win-library\3.0\vegan’
I cannot find the folder \file16c82da53b1b\ below
2011 Mar 09
2
Problem with vegan package instalation on linux
Hi,
I try to install vegan package on debian linux and I give this error:
=================================================
* installing *source* package 'vegan' ...
** libs
make: *** No rule to make target `cepin.o', needed by `vegan.so'. Stop.
*** arch - Rgnome
Warning in file(con, "r") :
cannot open file '/usr/lib/R/etc/Rgnome/Makeconf': No such file or
2001 Nov 13
0
VEGAN: R functions for vegetation ecologists
A colleague has just passed me this interesting
address:
http://cc.oulu.fi/~jarioksa/softhelp/vegan.html
"Vegan: R functions for vegetation ecologists"
"Vegan package is intended to help vegetation ecologists and
other community ecologists to use R. It is not a completely
self-contained package, but it complements other R functions.
.../...
At this first stage, vegan implements
2013 Apr 20
0
MOS-test using package vegan
Dear all,
I am using MOStest in vegan to examine the hump-shaped of
a quadratic regression model.
In the manual of vegan, it mentions that the value of MOStest include
isHump.
My result showed the quadratic regression is hump-shaped according to the
p-value (nearly 0).
However, the value isHump did not show up.
Please kindly help where to find isHump.
Further, I do not understand the result of
2006 Nov 10
2
Problems with metaMDS from vegan
Hello all,
I recently used the Vegan library quite extensively (in the context of
text similarity assessment) on an Ubuntu 6.06 LTS system with R version
2.2.1 (2005-12-20 r36812). The Vegan lib is version 1.6-10.
I hit on a problem yesterday, though, when trying to install R and Vegan
on two further computers - one Windows XP and one further Ubuntu 6.06
machine, taking either R version 2.4.0