Displaying 20 results from an estimated 1000 matches similar to: "Ego net and merge networkss"
2003 Apr 22
1
Social Network Analysis and R
I'm interested in computing densities of a number of small ego-centred or local
networks. I've installed both the R program and the sna package. My next task
is importing the data into R.
Our data was entered into Spss in an edgelist format in which each case
specifies the link between an alter and an ego. For example:
10101 10102 1
10101 10103 3
10102 10104 2
10201 10203
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
2005 Nov 07
0
Reducing the deleterious effects of ego related issues onthe list: growing up individually.
This sounds like a necessary sanity check for raising teen-agers.
Brian Brunner
brian.t.brunner at gai-tronics.com
(610)796-5838
Brian Brunner
brian.t.brunner at gai-tronics.com
(610)796-5838
>>> BillsCentOS at triad.rr.com 11/07/05 04:23PM >>>
Folks,
If the reward is nothing more than the egotistical satisfaction of
telling that SOB where to get off
let the damn issue
2013 Dec 15
0
Introducing... JMWBot (the alter-ego of johnmark)
Yes, it's true.
I've been up late hacking on Gluster (and Puppet-Gluster)...
While waiting for my code to compile, patch review (*cough*), and for
JMW (aka johnmark) to take care of a few todo items, I realized I had
never written an IRC bot!! Now I never aspired to be the bot master that
JoeJulian is, but I figured I needed this notch on my hacker belt...
Therefore, I'd like to
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
2006 Oct 13
3
How big is *your* ego?
http://www.elna-america.com/tech_al_reliability.php
Capacitors are one of the components on that motherboard that have a
finite life span. Other components are more or less tolerant of these
changes over time. Eventually the caps WILL fail...this could be 5
years or 25, but it WILL happen with electrolytics. I have a well
maintained, regulated (3 phase power distribution all ups'd
2004 Mar 03
1
Calculating percentiles from Grouped Data (gapply)
Dear R-list,
I try to calculate the 10- and 90-Percentile from grouped data.
Using 'lappy' it works fine but I have no success with 'gapply':
df <- data.frame(test = runif(100))
df <- df[order(df[,1]),]
z <- rep(1:10, each = 10)
lapply(split(df, z), function(x) quantile(x, probs=c(10,90)/100))
library(nlme)
gapply(as.data.frame(df), which=1,
function(x)
2011 Apr 29
1
Analysis and graphics by groups
Hello,
This is my first post in this e-mail list and I hope it's enough to justify
calling for help. In case it's not, sorry.
I'm trying to do analysis and graphics using a factor as a criteria to split
data and do the analysis/graphics for each subset of data.
Right now what I'm trying to do is to fit and plot the following logistic
model, according to a third variable named
2005 Nov 08
0
Reducing the deleterious effects of ego relatedissues on the list: growing up individua
Let it slide.
Brian Brunner
brian.t.brunner at gai-tronics.com
(610)796-5838
>>> craigwhite at azapple.com 11/07/05 06:39PM >>>
On Mon, 2005-11-07 at 15:03 -0800, Bryan J. Smith wrote:
> No sense in responding further. I think I've made my point.
*******************************************************************
This email and any files transmitted with it are
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
2008 Sep 22
1
change the panel name in xyplot
Hi,
I try to change the panel name in a xyplot without success.
Look this example from xyplot manual:
xyplot(Murder ~ Population | state.region,data=states)
The panel title are:
Northeast, South, North Central, West, that are factor from state.region.
I need do change some names and, for example, put some of these in italic. I
dont find how change this.
I looking for this in Deepayan
2018 Oct 30
0
IBM buying RedHat
On 10/30/18 3:20 AM, Rob Kampen wrote:
> 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
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!
2007 Nov 30
2
[Bridge] [PATCH] Remove rcu_assign_pointer() penalty for NULL pointers
Hello!
The rcu_assign_pointer() primitive currently unconditionally executes
a memory barrier, even when a NULL pointer is being assigned. This
has lead some to avoid using rcu_assign_pointer() for NULL pointers,
which loses the self-documenting advantages of rcu_assign_pointer()
This patch uses __builtin_const_p() to omit needless memory barriers
for NULL-pointer assignments at compile time
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
2008 Feb 09
0
Is wine reporting the right value for MaxVertexBlendMatrices ?
Hi, I don't know if this is the right place to post this, but sorry if
not, and I'd like to be pointed to the right one (I was unable to post
it in devel one)
I have been working last weeks on making the game Everquest to work
under wine, since 0.9.49 it was working flawlesly, but most models
were not shown properly. This corresponds with bug
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
2012 Jun 18
0
igraph 0.6 released
Dear All,
we have released version 0.6 of the igraph package today. This is a
major new version, with a lot of new features, and (sadly) it is not
completely compatible with code that was written for the previous
igraph versions. (See "Major new features" below for details.)
I have included below a list of (bigger) changes. Please see the
details in the release notes and the NEWS