Displaying 20 results from an estimated 80 matches similar to: "adjacency list to non-symmetric matrix"
2006 Dec 05
4
incidence and adjacency matrix conversion
Dear all,
how can I convert an m x n incidence matrix into an m x m adjacency
matrix or an n x n adjacency matrix? The current matrix contains binary
data, hence the new matrix would contain counts of common occurrences.
Thank you for your help.
Phil
2010 Jul 21
5
WoW on Ubuntu 10.04
Hi, some time ago i've installed WoW in Ubuntu 9.10 using wine 1.1.42 (wine1.2 ubuntu package). Everything fine, had a few fps problems but with some tips found in wowwiki i've manage to increase fps to about 20. Some users would say it's still low, but i was happy with it.
Well, some weeks ago i've updated to Ubuntu lucid (10.04). It's great, but my WoW fps drop down to about
2009 Nov 16
2
parsing Google search results
Hi,
how can I parse Google search results? The following code returns
"integer(0)" instead of "1" although the results of the query clearly
contain the regex "cran".
####
address <- url("http://www.google.com/search?q=cran")
open(address)
lines <- readLines(address)
grep("cran", lines[3])
####
Thanks
Philip
--
Philip Leifeld
Max
2013 Jul 08
1
Import samba3 passwords to samba4
Hello,
we want to import Samba3 (tdb) passwords to a new Samba4 domain (no classicupgrade).
Is it possible to export the password(-hashes) from samba3 and import them in samba4, maybe with ldbmodify?
Thanks
--
Michael Fey
IT-Abteilung
Vogelsbergstra?e 212
63679 Schotten
Tel.:
Schottener Soziale Dienste gemeinn?tzige GmbH
Vogelsbergstra?e 212, 63679 Schotten
Amtsgericht
2012 Jul 04
1
How do you impute missing data using Latent Class Model (poLCA package)
My problem is I have data with both categorial and numerical data,
currently only the categorical number contains missing data, was wondering
do I make a new dataframe containing only the categorical columns?
How would you use Latent Class Model specifically poLCA to impute the
missing data?
http://www.sscnet.ucla.edu/polisci/faculty/lewis/pdf/poLCA-JSS-final.pdf
The reason why I chose not to
2007 Feb 13
4
isoMDS vs. other non-metric non-R routines
Dear useRs,
last week I asked you about a problem related to isoMDS. It turned
out that in my case isoMDS was trapped. Nonetheless, I still have
some problems with other data sets. Therefore I would like to know if
anyone here has experience with how well isoMDS performs in
comparison to other non-metric MDS routines, like Minissa.
I have the feeling that for large data sets with a high
2005 Jan 02
0
Re: dont lose the listners at dj changing
Guten Abend Karl Heyes,
Am Sonntag, 2. Januar 2005 um 16:22 schrieben Sie:
KH> On Sun, 2005-01-02 at 13:48, Carsten Henkel wrote:
>> c
KH> only 2 sources are allowed, so make sure you don't hit that limit.
<sources>2</sources>
>> <threadpool>20</threadpool>
KH> a bit excessive really, most people can get away with 1 or 2
2009 Feb 25
2
run latent class analysis with R
What's the best approach to running latent class analysis with R? I've downloaded both randomLCA and poLCA packages, but I am interesting in running a standard LCA with individual records (not frequency table) as input data.
Wen Gu
John Jay College of Criminal Justice445 West 59 StreetNew York, NY 10029
wgu@gc.cuny.edu
_________________________________________________________________
2015 Nov 17
1
Exporting a method to a cluster object
Hi,
This is my first message to this list. It would be great if people here
could help me with the following problem (self-contained code example
below):
I have a list of matrices and would like to apply a summary function to
the matrices in the list. The matrices represent social networks,
therefore I need to apply some specialized summary functions provided by
the ergm package. These
2005 Jan 02
2
donŽt lose the listners at dj changing
On Sun, 2005-01-02 at 13:48, Carsten Henkel wrote:
> <limits>
> <clients>50</clients>
> <sources>2</sources>
only 2 sources are allowed, so make sure you don't hit that limit.
> <threadpool>20</threadpool>
a bit excessive really, most people can get away with 1 or 2
> <mount>
>
2013 Feb 11
0
Revolutions blog: January roundup
I write about R every weekday at the Revolutions blog:
http://blog.revolutionanalytics.com
and every month I post a summary of articles from the previous month
of particular interest to readers of r-help.
In case you missed them, here are some articles related to R from the
month of January:
Anthony Damico created an amusing and useful flowchart for finding
resources for learning R, especially
2012 Nov 19
0
R SNA: Creating a adjacency matrix containing all actors but only values of a subset
1 down vote favorite
my problem is the following:
I am using the R SNA package for social network analysis. Lets say, my
starting point is an edgelist with the following characteristics. Every row
contains a firm name, the ID of a project they are involved and further
characteristics, let's say the projects year. Firms can be in several
projects, and one project can consist of a
2011 Aug 13
3
Adjacency Matrix help
I have created an adjacency matrix but have not been able to figure something
out. I need to put zeros on the diagonal of the adjacency matrix. For
instance, location (i,i) to equal 0. Please help. Thanks
--
View this message in context: http://r.789695.n4.nabble.com/Adjacency-Matrix-help-tp3740946p3740946.html
Sent from the R help mailing list archive at Nabble.com.
2007 Apr 15
0
correlation between multiple adjacency matrix graphs
I'm looking for a way to do (product moment) graph correlation
between multiple unlabeled graphs G to Gn. Basically I have 900
individual samples of a 48x48 adjacency matrix which I've listed as a
3rd dimension of a single array. So it looks something like [48,48,i]
where i is each individual subject's adjacency matrix.
If i run the gcor function on any two graphs for example
2008 Feb 27
1
how to convert a table to adjacency matrix used in social network analysis?
Hi Guys,
Do you any one know how to convert a long format table to an adjacency
matrix used in sna? The long table looks like
p1 p2 counts
a b 100
a c 200
a d 100
b c 80
b d 90
b e 100
c d 100
c e 40
d e 60
and I want to convert it to an adjacency matrix which can be used in sna?
Any methods will be appreciated!
btw, besides sna package, is there any better package can be used in social
2000 Sep 21
2
adjacency matrix
Hi all;
I have two vectors A=c(5,2,2,3,3,2)
and B=c(2,3,4,5,6,1,3,2,4,3,1,5,1,4,6,1,4)
and I want to make the following matrix
using the information I have from the above
vectors.
0 1 1 1 1 1
1 0 1 0 0 0
0 1 0 1 0 0
1 0 1 0 1 0
1 0 0 1 0 1
1 0 0 1 0 0
so the first vector says that I have 6
elements therefor I have to make a
6 by 6 matrix and then I have to read
5 elements from the
2013 Mar 12
2
big edge list to adjacency matrix
I have huge list of edges with weights.
a1 b1 w1
a2 b2 w2
a3 b3 w3
a1 b1 w4
a3 b1 w5
I have to convert it into 2 dim matrix
b1 b2 b3
a1 max(w1,w4) 0 0
a2 0 w2 0
a3 w5 0 w3
if edges repeated take the maximum weights. How do this efficiently without
using for loop? Any idea.
thanks
Avi
[[alternative
2010 Jul 08
2
hi... problems about adjacency matrix
Dear all,
Hi, I have the problems about converting the matrix to adjacency matrix.Here's my example,
a b c d e fa 1.0000000 0.4048823682 0.1228531 0.49046991 0.4945158868 0.307443317b 0.4048824 1.0000000000 0.4367475 0.96949219 0.0007378596 0.560747765c 0.1228531 0.4367474719 1.0000000 0.40037341 0.3157538204
2006 Feb 18
2
Conversion to Adjacency Matrix
I have data in the following form:
ID COUPON0 COUPON1 COUPON2 COUPON3
1 1 1000 1001 1002
2 2 NA NA NA
3 1000 1003 NA 1004
4 1001 NA 1005 NA
5 1002 NA NA NA
12 1003 NA NA 1006
7 1005 NA NA NA
8 1004 1007 NA NA
9 1006 NA NA NA
26
2011 Sep 25
4
Trouble creating and adjacency matrix
Hello all,
I'm having trouble creating an adjacency matrix.
Basically, I need to turn the following distance matrix into an adjacency
matrix based on whether values are >1.5 or not. If they are >1.5, then the
returned value should be 0. If they are =<1.5, then the returned value
should be 1.
DistanceMatrix:
A B C D E
[1,]