Displaying 6 results from an estimated 6 matches for "noshare".
Did you mean:
noshade
2011 Sep 23
1
Envfit, inconsistant result?
...ly, selecting variables that the first time were not significant.
I do not get what could be the problem or if is normal given the
permutations are different.
# the NMDS ordination
gap_flor_NMDS_chord <- metaMDS(gaps_flor, distance = "euclid", k = 2, trymax
= 20, autotransform =TRUE,
noshare = 0.1, wascores = TRUE, expand = TRUE, trace = 1,
plot = FALSE, old.wa = FALSE, zerodist = "add")
# the environmental variables to use with enfit
explain1<- site[c("Tipo", "Gap.size", "Gap diameter (m)", "Size.cat",
"altitud", "...
2013 Feb 27
1
best ordination method for binary variables
...s that, when trying this methods, I immediately get problems
due to the identity between several of mycases or the presence of NA.
Typical error messages are
*"Error in isoMDS(DistB, k = 3) : zero or negative distance between objects
1 and 2"*
or
*"Error in if (any(autotransform, noshare > 0, wascores) && any(comm < 0))
{ : missing value where TRUE/FALSE needed*
*In addition: Warning message:*
*In Ops.factor(left, right) : < not meaningful for factor"*
Do you think Principal coordinate analysis on a binary distance matrix is a
decent strategy?
Thanks for any...
2010 Jan 06
1
positive log likelihood and BIC values from mCLUST analysis
...relevant part of my R script is:
######################### BEGIN MDS ANALYSIS #########################
#load data
data <- read.table("Ecoli33_Barry.dis", header = TRUE, row.names = 1)
#perform MDS Scaling
mds <- metaMDS(data, k = Dimensions, trymax = 20, autotransform =TRUE,
noshare = 0.1, wascores = TRUE, expand = TRUE, trace = FALSE, plot = FALSE,
old.wa = FALSE)
######################### BEGIN EM ANALYSIS #########################
#Use the points determined by MDS to perform EM clustering.
#Allow only the unconstrained models. Sometimes, constrained models mess
things up...
2005 Oct 28
2
Is the server portion of freebsd-update open source?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I'm wondering if/where I can get the server side component for
freebsd-update. Presumably such a component would build and sign the
binary patches and prepare them to be served via HTTP to the
freebsd-update client.
I need a system for distributing binary updates to a collection of
customized FreeBSD machines, jails, and embedded systems.
2010 Apr 07
1
Customizing ordination plots using symbols for factors
...an example of my code for plotting convex hulls around 3
different feeding groups, which works. comm.mds is the ordination of
the community matrix comm.mat, FD.mat is the species attributes
matrix.
comm.mds<- metaMDS(comm.mat, distance = "euclidean", k = 2, zerodist =
"add", noshare = 0)
plot(comm.mds, type="p", display="species")
with(FD.mat, ordihull(comm.mds.t, feeding, show.groups = "1",
col = "yellow", lty = 1, lwd=3))
with(FD.mat, ordihull(comm.mds.t, feeding, show.groups = "2",
col = "black", lty = 1,...
2016 Apr 04
5
enable/disable shared namespace in passdb
hello all
i'm currently using passdb to enable and disable various namespaces
conditionally : for example the following work
namespace/inbox/inbox=no
namespace/legacy_pfso/disabled=no
namespace/legacy_pfso/inbox=no
namespace/local_storage/disabled=no
namespace/comboINBOX_local_pfso/disabled=no
namespace/comboINBOX_local_pfso/inbox=yes
but i can't get things like the following to work