- prabobj
object of class prab
as
generated by prabinit
. Presence-absence data to be analyzed.
(This can be geographical information for range clustering
Can also be an object of class alleleobject
as generated by
alleleinit
.
- mdsmethod
"classical"
, "kruskal"
, or
"sammon"
. The MDS method
to transform the distances to data points. "classical"
indicates
metric MDS by function cmdscale
, "kruskal"
is
non-metric MDS.
- mdsdim
integer. Dimension of the MDS points. For
mdsmethod=="kruskal"
, stressvals
can be used to
see how the stress depends on mdsdim
in order to choose
mdsdim
to get a small stress (smaller than 5%, say).
- nnk
integer. Number of nearest neighbors to determine the
initial noise estimation by NNclean
. nnk=0
fits the
model without a noise component.
- nclus
vector of integers. Numbers of clusters to perform the
mixture estimation.
- modelid
string. Model name for mclustBIC
(see the
corresponding help page; all models or combinations of models
mentioned there are possible). modelid="all"
compares all possible
models. Additionally, "noVVV"
is possible, which
fits all methods except "VVV"
.
- permutations
integer. It has been found occasionally that
depending on the order of observations the algorithms isoMDS
and mclustBIC
converge to different solutions. This is
because these methods require an ordering of the distances, which,
if equal distance values are involved, may depend on the order.
prabclust
uses a standard ordering which should give a
reproducible solution in these cases as well. However, if
permutations>0
, which gives a number of random permutations
of the observations, the algorithm is carried out for every
permutation and the best solution (in terms of the BIC, based on the
lowest stress MDS configuration) is given out (for many datasets
this won't change anything except increasing the computing time).
- x
object of class prabclust
. Output of
prabclust
.
- bic
logical. If TRUE
, information about the BIC
criterion to choose the model is displayed.
- ...
necessary for summary method.