Re: [R] information about sna packages

2006-10-31 Thread David Barron
I don't think so, but you should email the package's author, Carter
Butts for help on this package.  His email is [EMAIL PROTECTED]

On 31/10/06, Bagatti Davide [EMAIL PROTECTED] wrote:
 Hello,

 I'm a student who want to use the R social network analysis package. I have
 a question: can this package analyse dynamical networks (network changing
 over time)? I didn't find this functionality in the package's user manual.

 Thank you

 Davide

 [[alternative HTML version deleted]]

 __
 R-help@stat.math.ethz.ch mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.



-- 
=
David Barron
Said Business School
University of Oxford
Park End Street
Oxford OX1 1HP

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] information about sna packages

2006-10-31 Thread Gabor Csardi
Davide,

sna uses adjacency matrices, so one (crude) solution would be to store the
dynamical network as a list of matrices. This is of course not very space
efficient. 

Gabor

On Tue, Oct 31, 2006 at 02:28:28PM +0100, Bagatti Davide wrote:
 Hello,
 
 I'm a student who want to use the R social network analysis package. I have
 a question: can this package analyse dynamical networks (network changing
 over time)? I didn't find this functionality in the package's user manual.
 
 Thank you
 
 Davide
 
   [[alternative HTML version deleted]]
 
 __
 R-help@stat.math.ethz.ch mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.

-- 
Csardi Gabor [EMAIL PROTECTED]MTA RMKI, ELTE TTK

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] information about sna packages

2006-10-31 Thread Bagatti Davide
Hello,

I'm a student who want to use the R social network analysis package. I have
a question: can this package analyse dynamical networks (network changing
over time)? I didn't find this functionality in the package's user manual.

Thank you

Davide

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.