Displaying 20 results from an estimated 400 matches similar to: "hierarchical clustering with Jaccard index"
2009 Oct 29
2
similarity measure for binary data
I am doing hierarchical clustering with cluster package. I couldnot find similarity measures like matching coefficient, Jaccard coefficient and sokal and sneath. Could anyone please tell package with similarity measures for binary data?
kind regards,
Ms.Karunambigai M
PhD Scholar
Dept. of Biostatistics
NIMHANS
Bangalore
India
From cricket scores to your friends. Try the Yahoo! India
2011 Feb 02
2
clustering with finite mixture model
Dear R-help,
I am doing clustering via finite mixture model. Please suggest some packages in
R to find clusters via finite mixture model with continuous variables. And
also I wish to verify the distributional properties of the mixture distributions
by fitting the model with lognormal, gamma, exponentials etc,.
Thanks in advance,
warm regards,Ms.Karunambigai M
PhD Scholar
Dept. of Biostatistics
2009 Dec 11
1
cluster size
hi r-help,
i am doing kmeans clustering in stats. i tried for five clusters clustering using:
kcl1 <- kmeans(as1[,c("contlife","somlife","agglife","sexlife",
"rellife","hordlife","doutlife","symtlife","washlife",
2009 Nov 13
1
binary data
hi,
I am trying to calculate distance matrices for binary data frame. I am using dist.binary in 'ade4' package. This is the code i run and get error message as 'missing value where True/False needed:
clss <- as.data.frame(cls)
dist.binary(clss, method = 1, diag = FALSE, upper = FALSE)
Also, if i convert the factors into numeric(i.e,1&2 in the place of 0&1 for present/absent
2010 Mar 26
1
similarity measure
hi all,
I am doing hierarchical clustering using similarity measures for binary data using package ade4 and hclust function. For method=8 and method = 9 of dist.binary, I am getting Na values. Hence, hclust function is giving error as Error in hclust(d8, method = "ward") : NA/NaN/Inf in foreign function call (arg 11). I think the fact that due to zero in the denominator of the
2011 May 26
2
likelihood ratio test
Dear R-help,
Can anybody tell me which R package has Lo-Mendell Rubin LR test and Bootstrap
LR test to compare the model fit between k class and k+1 class model for Latent
class analysis?
Thanks in advance,
warn regards,Ms.Karunambigai M
PhD Scholar
Dept. of Biostatistics
NIMHANS
Bangalore
India
[[alternative HTML version deleted]]
2011 Sep 17
0
Fw: likelihood ratio test
Ms.Karunambigai M
PhD Scholar
Dept. of Biostatistics
NIMHANS
Bangalore
India
----- Forwarded Message ----
From: karuna m <m_karuna2002@yahoo.com>
To: R-help@r-project.org
Sent: Thu, 26 May, 2011 10:55:02 AM
Subject: likelihood ratio test
Dear R-help,
Can anybody tell me which R package has Lo-Mendell Rubin LR test and Bootstrap
LR test to compare the model fit between k class and k+1
2010 Dec 28
3
Jaccard dissimilarity matrix for PCA
Hi
I have a large dataset, containing a wide range of binary variables.
I would like first of all to compute a jaccard matrix, then do a PCA on this
matrix, so that I finally can do a hierarchical clustering on the principal
components.
My problem is, that I don't know how to compute the jaccard dissimilarity
matrix in R? Which package to use, and so on...
Can anybody help me?
Alternatively
2009 Mar 25
1
how to calcualte Jaccard Coefficient
Does anyone have a good method for calculating Jaccard coefficients now that the dissimilarity() function is no longer an option?
Wen Gu
John Jay College of Criminal Justice445 West 59 StreetNew York, NY 10029
wgu@gc.cuny.edu
_________________________________________________________________
Express your personality in color! Preview and select themes for Hotmail®.
2011 May 17
1
simprof test using jaccard distance
Dear All,
I would like to use the simprof function (clustsig package) but the available distances do not include Jaccard distance, which is the most appropriate for pres/abs community data. Here is the core of the function:
> simprof
function (data, num.expected = 1000, num.simulated = 999, method.cluster = "average",
method.distance = "euclidean", method.transform =
2009 Oct 14
0
virt-manager cannot connect xen
When I try to connect xen using virtmanager, the following error occurs.
Unable to open connection to hypervisor URI ''xen:///'':
<class ''libvirt.libvirtError''> unable to connect to ''localhost:8000'': Connection refused
None
How to resolve this problem in connecting xen?
Regards,
Fasiha Ashraf
Keep up with people you care about with
2009 Oct 14
0
virt-manager cannot connect xen
When I try to connect xen using virtmanager, the following error occurs.
Unable to open connection to hypervisor URI ''xen:///'':
<class ''libvirt.libvirtError''> unable to connect to ''localhost:8000'': Connection refused
None
How to resolve this problem in connecting xen?
Regards,
Fasiha Ashraf
Keep up with people you care about with
2018 Dec 23
4
[Bug 1312] New: Interval should accept same start and end values as single value instead of throwing error
https://bugzilla.netfilter.org/show_bug.cgi?id=1312
Bug ID: 1312
Summary: Interval should accept same start and end values as
single value instead of throwing error
Product: nftables
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: enhancement
Priority: P5
2009 Sep 16
3
DomU to DomU throughput issue
Hi
Is there anyone who has successfully resolved the low throughput problem in Guest communication.
I am using Xen3.4.1 with PV os kernel 2.6.30-rc6-tip On fedora11. While running netperf benchmark on guests throughput results are very low
DomU to DomU 0.29 Mbps
Why is it so? What would be the problem. Is there any issue with fc11 platform?
Regards,
Fasiha Ashraf
Add whatever you love
2012 Dec 06
1
clustering of binary data
Good morning,
I am analyzing a dataset composed by 364 subjects and 13 binary variables
(0,1 = absence,presence).
I am testing possible association (co-presence) of my variables. To do
this, I was trying with cluster analysis.
My main interest is to check for the significance of the obtained clusters.
First, I tried with the pvclust() function, by using method.hclust="ward"
and
2007 Jun 25
2
manipulate a matrix
I have read everything I can find on how to manipulate a results matrix in R and I have to admit I'm stumped. I have set up a process to extract a dataset from ArcGIS to compute a similarity index (Jaccards) in Vegan. The dataset is fairly simple, but large, and consists of rows = sample area, and columns = elements. I've been able to view the results in R, but I want to get the results
2005 Nov 10
2
error in rowSums:'x' must be numeric
Dear All,
It's Eszter again from Hungary. I could not solve my problem form
yesterday, so I still have to ask your help.
I have a binary dataset of vegetation samples and species as a comma
separated file. I would like to calculate the Jaccard distance of the
dataset. I have the following error message:
Error in rowSums(x, prod(dn), p, na.rm) : 'x' must be numeric
In addition:
2013 Feb 08
1
vegdist Error en double(N * (N - 1)/2) : tama?o del vector especificado es muy grande
---------- Forwarded message ----------
From: <r-help-owner@r-project.org>
Date: 2013/2/8
Subject: vegdist Error en double(N * (N - 1)/2) : tama?o del vector
especificado es muy grande
To: caro.bello58@gmail.com
Message rejected by filter rule match
---------- Mensaje reenviado ----------
From: caro bello <caro.bello58@gmail.com>
To: r-help@r-project.org
Cc:
Date: Fri, 8 Feb 2013
2013 Feb 18
1
questions hash functions
Hello R, could you explain to me how to resolve this question:
If this is a matrix:
Element S1 S2 S3 S4
0 0 1 0 1
1 0 1 0 0
2 1 0 0 1
3 0 0 1 0
4 0 0 1 1
5 1 0 0 0
1. How is possible to ompute the minhash signature for each column if
we use the following
three hash functions:
2008 Apr 10
1
adonis (vegan package) and subsetted factors
Hi,
I'm trying to use adonis on a subset of data from a dataframe. The
actual data is in columns 5:118, and the first four columns are various
factors. There are 3 levels of the factor Habitat, and I want to examine
differences among only two of them. So I started with:
> CoastNear = subset(gel_data, Habitat != "I")
The resulting data.frame has three levels for Habitat, but