Displaying 4 results from an estimated 4 matches for "bagatti".
2006 Nov 10
4
Problems with plot and X11 in ubuntu
Hello,
I am an italian student, who is trying to use R 2.3.1 with Ubuntu 6.10 (last
version). When I try to use the plot command, I get the error:
"could not find any X11 fonts Check that the Font Path is correct"
How can I solve this problem?
Thank you very much
Davide
[[alternative HTML version deleted]]
2006 Oct 31
2
information about sna packages
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]]
2007 Jan 03
2
loading data and executing queries with R and Mysql
Hello everyone,
I have a problem when I execute queries using R 2.3.1 and MySql server 5.0.
What I do: I load data in different csv files (every file represents a
particular temporal step of a simulation) using Mysql query "load data" with
RMySQL command DbSendQuery (but the same problem there is also using
DbWritetable). Then I use a function where I have a lot of queries that
interact
2006 Nov 20
1
SNA packages/network package
Hello everyone,
I am an italian student who is working with packages SNA (social network
analysis) and network.
I ask you if there is a simple way to write a R-script using these packages
to extract from an adjacency matrix the following things:
-number of cliques which are in the network;
-number of k-cores (e.g. 3-cores, 4-cores);
-cycles (e.g. 3-cycles, 4-cycles)
-hub & authorities.