similar to: Social Network Analysis and R

Displaying 20 results from an estimated 1100 matches similar to: "Social Network Analysis and R"

2011 May 18
1
data network format and grouping analysis
Hi everyone, I have a dataset of friendship with this format: ego alter 4746 1 2 9742 1 3 14738 1 NA 4747 2 NA 9743 2 3 14739 2 1 4748 3 13 9744 3 5 14740 3 14 4749 4 NA 9745 4 NA 14741 4 NA 4750 5 NA 9746 5 13 14742 5 10 4751 6 12 9747 6 7 ... NA means that individuals don't select any
2012 Mar 21
1
help matching observations for social network data
Greetings R folks, I am stuck on a problem that I suspect can be solved somewhat easily. I have social network data stored in dyads as below, where the numbers representing ego and alter are identifiers, so that number 1 as an ego is the same person as number 1 as an alter etc. ego alter 1 1 2 2 1 3 3 2 1 4 2 4 5 3 1 6 3 2 7 3
2011 Apr 09
3
Converting edgelist to symmetric matrix
Hi, I have network data in the form of a couple of edgelists containing weights in the format "x,y,weight" whereby x represents row header and y represents column header. All edgelists are based on links among 634 nodes and I need to convert them into a 634*634 weighted matrix. I searched for online help using possible keywords I know, but I could not find a clue how to do this in
2020 Aug 14
2
Another possible tracing feature for TableGen
I hacked around a bit with the simple case of tracing just classes and defs (no multiclasses or defms). Below you will see my test file and then the output produced. Note that the regular output from the PrintRecords backend follows the trace, so you can see the final classes and records there. Once the trace can be selective, it makes sense to add another option for PrintRecords that restricts
2010 Nov 23
3
how to update my own function
Hello all, I wrote a function with many arguments. Then I need to call it many times with changes on some arguments only. Is there any way to write a function or have a method to "update" it, like the relationship between lm() and update()? Many thanks, Edwin Sun ------------ This is the sample code. > test <- function(y, z) { + x <- y +1 + w <- z * 2 + result
2015 Aug 02
2
CentOS 7
Greetings all, just wondering if anyone knows if / when there will be training materials for RHEL 7 (CEntOS7) available? The last book I was able to purchase was the study guide for the RHSCA / RHCE exam, (by Michal Jang!) Does anyone know if / when the next versions will be out? I'd like to go through it all with the latest and not "last years model" under my belt! Thanks!
2011 Apr 09
3
New CentOS ToDo Page Required
Due to recent list traffic, it seems that we need to have a new todo list! I propose the following 1) Nuke current todo page 2) Create new todo page 3) Clear out ancient todo items a) Get rid of the items that are no longer relevant b) Reword those that are 4) Update Wiki a) Gasp as the magnitude at the job b) Inject coffee, add ego - write mini todo and propose to list c) Expand on b) till
2011 Apr 09
3
New CentOS ToDo Page Required
Due to recent list traffic, it seems that we need to have a new todo list! I propose the following 1) Nuke current todo page 2) Create new todo page 3) Clear out ancient todo items a) Get rid of the items that are no longer relevant b) Reword those that are 4) Update Wiki a) Gasp as the magnitude at the job b) Inject coffee, add ego - write mini todo and propose to list c) Expand on b) till
2013 May 02
3
I Know It's A Stupid Question......
........But I'm trying to give my son a "cool-yet-kind-of-geeky" 13th Birthday Present......he hinted he liked the CentOS logo, but where would I find things that are branded with it?....searching the web doesn't really help me much, only because I'm not sure what I need to be looking for...any help would be greatly appreciated! Thanks in advance!! EGO II
2005 Nov 07
2
Reducing the deleterious effects of ego related issues on the list: growing up individually.
Folks, I *suggest* that little or no reply to this is warranted. It's just the statements of an old fart trying to make a (slightly) better environment for all of us. These thoughts are offered for consideration and use as you see fit. For some, "Hey, that'll work for me too" is the hoped for result. No discussion is intended or warranted, IMO. If you recognize yourself in
2008 Jul 29
3
broken links to xexec module and patches
>From this page attaches cannot be downloaded anymore: http://wiki.dovecot.org/Plugins/xexec Error: You are not allowed to do AttachFile on this page. Login and try again. Clear message Probably files should be placed here http://www.dovecot.org/patches/ And on page above just links to it? A. -------------- "Hic Jacet Ego" gpg key: http://viliar.net.ru/public.gpg
2009 May 15
0
Ego net and merge networkss
Dear R-Help Members, I am working on an analysis of a social network of web pages. Therefore I use the STATNET package which is such a good sna package. Thank you for developing it! But now I came to a point where my R skills are not good enough for what I want. So I am asking you if you might help me. The Problem: I have a network object and calculated the degree centrality (freeman)
2005 Mar 23
1
openvpn with differents source and destination ports
How configure openvpn tunnel in shorewall with differents src and dst ports ? openvpn.conf ... lport 10101 rport 10102 ... Leandro.
2004 Oct 20
1
Unable to compile dovecot with Solaris 9 and Forte C
Just a "heads up". I tried to search mailinglist archives and wiki, but found no similar configurations. Dovecot is unbuildable with the following configuration: SunOS mail 5.9 Generic_112233-08 sun4u sparc SUNW,Sun-Fire-V210 cc: Forte Developer 7 C 5.4 2002/03/09 config.log output from ./configure is at: http://iso.ego.fi/misc/dovecot_1.0-test50.log I guess I'll have to bend
2007 Dec 20
2
factor manipulation: edgelist to a matrix?
Hello All, I have had considerable bad luck with attempting the following with for loops. Here is the problem: # Suppose we have a data.frame with the following data, which can be considered a type of edgelist (for those with networks backgrounds): # # V1 V2 # 1 A # 1 A # 1 B # 2 A # 3 C # 3 A # 3 C # 3 B # # I want the output of the function to produce a matrix, such that #each factor of
2011 Jan 05
1
unique limited to 536870912
Hi I am using R with igraph to analyze an edgelist that is greater than the said amount. Does anyone know a way around this? Thanks Inder
2011 Jul 06
1
superimposing network graphs
Dear all, I have a undirected network (g), representing all the sexual relationships that ever existed in a model community. I also have a directed edgelist (e) which is a subset of the edgelist of g. e represents the transmission pathway of HIV. Now I would like to superimpose the picture of the sexual relationships with arrows in a different colour, to indicate where in the network HIV was
2016 Feb 09
1
Utility to zero unused blocks on disk
> -----Original Message----- > From: centos-bounces at centos.org [mailto:centos-bounces at centos.org] On > Behalf Of EGO-II.1 > Sent: den 9 februari 2016 09:00 > To: CentOS mailing list > Subject: Re: [CentOS] Utility to zero unused blocks on disk > > > > >> the only truly safe way to destroy data on magnetic media is to grind > >> the media up into
2012 Oct 18
1
help finding edge connecting two nodes
I'm new to R and igraph and I was wondering if anybody can help me with the following. I want to find the edge weight between two vertices in a graph. My graph structure is defined by the normal ego (node1), alter (node2) and the weight of the edge between them. I know that I can get the weight for each of the edges in the list of edges that originate from node number 5 using
2018 Oct 30
2
IBM buying RedHat
On 30/10/18 20:06, Eddie G. O'Connor Jr. wrote: > > On 10/30/18 2:46 AM, Simon Matter wrote: >>> On 10/29/18 1:55 AM, Simon Matter wrote: >>>> To me it seems like, if they are smart, they will try to push IBM >>>> POWER >>>> and RedHat Linux together to establish real competition in the >>>> hardware >>>> market again