Displaying 20 results from an estimated 2000 matches similar to: "Checking if the distribution follow a power law"
2010 Apr 20
1
fit a line to power law distribution
Hi,
I am trying to fit a line in the log plot of my networks degree distribution
to show that it is a power-law distribution. I am using the following
commands. However, I am not able to see the fitted line. Any comments to
help?
I am using following packages: igraph, splines,base,VGAM, netmodels.
g is my network, d is the degree of nodes in the network, and dd is the
degree distribution
d
2009 Jan 18
1
about power.law.fit
Dear all,
I'm using igraph for some analysis about the network I have. I have a
question about the function "power.law.fit".
I wonder if there is any test for checking whether the "power.law.fit" is
good for the input, i.e., under which situation, could we use this function
to get a reliable result. I'm afraid even I input a random graph without any
property of
2006 Feb 15
1
power law
Dear list,
Does anyone know how to fit the power law distribution?
I have the empirical distribution and would like to check whether it fits
power law (with the power estimated from the data).
Any hints are appreciated
Best regards
Galina
[[alternative HTML version deleted]]
2006 Apr 13
4
Installation of Rails without ''gem install rails''
I am wondering if anyone has any procedural documentation for installing
and using Rails from the standalone packages rather then via ''gem
install''. It seems there should be some steps outside of simply
unpacking the tar ball in order to integate it with your Ruby
installation. Seems every bit of installation documentation I can find
has ''gem install
2008 Jun 26
1
Compilation error during package installation
Hi,
I am a Newbie for R. I just installed R-base on my notebook with
openSuSE 11. However, I always got compilation errors in installing
add-on packages. For example, when installing "igraph" I got the
following error:
___________________________________________________________________
* Installing *source* package 'igraph' ...
checking for gcc... gcc
checking for C compiler
2010 Jun 23
1
Trouble compiling igraph. . .
Been and R-user for about 5 years now in an industrial setting, and
always find the mailing list most helpful. I have run into problem
compiling igraph on R. I have contacted the maintainer of igraph, and
he has determined that it is not an igraph problem.
System is FreeBSD 7.2, R-2.10.1 [also have a sandbox machine running
FreeBSD 7.3, R-2.11]. Both machines fail the installation of igraph.
2008 Jan 08
1
loading igraph package on Solaris
Hello,
I'm having trouble getting the igraph package to load on Solaris. I
can get igraph to compile and install from a local directory without
issues using simply "R CMD INSTALL igraph", however "library(igraph)"
from within R gives the following errors:
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
2009 Apr 30
3
Curved arrows
I'm trying to draw an arrow with a curved shaft on the graph as a straight
one looks messy on a detailed graph. I've looked in arrows but it doesn't
seem to give an option. larrows doesn't look much more promising. I had a
look in the archive and couldn't find anything. Any thoughts?
Thanks
Paul
--
View this message in context:
2017 Aug 03
1
error in installing igraph
Hi R users,
I got warning messages when installing the package, and I pasted the
messages below. I checked updates that my R-studio is already the newest
version. I don't know how to solve the problem. Thanks for your help.
> library(igraph)
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared object
2008 Mar 05
4
vertex labels in igraph from adjacency matrix
I am getting some unexpected results from some functions of igraph and
it is possible that I am misinterpreting the vertex numbers. Eg., the
max betweenness measure seems to be from a vertex that is not connected
to a single other vertex. Below if my code snippet:
require(igraph)
my.graph <- graph.adjacency(adjmatrix = my.adj.matrix, mode=c("undirected"))
most.between.vert <-
2017 Oct 10
2
Cannot install igraph package
On Mon, Oct 9, 2017 at 4:42 PM, Tom Callaway <tcallawa at redhat.com> wrote:
>
> On 10/09/2017 11:16 AM, Paul Smith wrote:
>>
>> I am trying to install
>>
>> igraph package
>>
>> but getting the following error:
>>
>> ------------------
>> make: *** [/usr/lib64/R/etc/Makeconf:159: foreign-graphml.o] Error 1
>> ERROR:
2012 May 29
4
R and igraph problems
I have R 2.15.0 running under Windows 7. I installed the igraph 0.5.4 package from a zip file. When I attempt to load igraph using "library(igraph)", I get the error package igraph is not installed for arch=x64. When I repeat this using the 32-bit version of R, I get the same basic error but with "arch=i386" instead of x64.
[[alternative HTML version deleted]]
2015 Apr 28
5
R CMD check and missing imports from base packages
When a symbol in a package is resolved, R looks into the package's
environment, and then into the package's imports environment. Then, if the
symbol is still not resolved, it looks into the base package. So far so
good.
If still not found, it follows the 'search()' path, starting with the
global environment and then all attached packages, finishing with base and
recommended
2013 Apr 21
1
cedta decided 'igraph' wasn't data.table aware
Hi, what does this mean?
--8<---------------cut here---------------start------------->8---
> graph <- graph.data.frame(merged[!v,], vertices=ve, directed=FALSE)
cedta decided 'igraph' wasn't data.table aware
cedta decided 'igraph' wasn't data.table aware
cedta decided 'igraph' wasn't data.table aware
cedta decided 'igraph' wasn't
2017 Oct 09
2
Cannot install igraph package
Dear All,
I am trying to install
igraph package
but getting the following error:
------------------
make: *** [/usr/lib64/R/etc/Makeconf:159: foreign-graphml.o] Error 1
ERROR: compilation failed for package ?igraph?
* removing ?/usr/lib64/R/library/igraph?
------------------
Any ideas?
Thanks in advance,
Paul
2015 Dec 02
2
igraph o network
Estimados, estoy ?jugando? con unos datos clínicos donde realizo un análisis de redes, utilicé igraph como nerwork, pero finalmente uso igraph (creo que tiene más opciónes).
Son algo de 200 nodos y algo más de 2000 relaciones. Puedo graficarlos.
Los datos están de la siguiente forma, por ejemplo, individuo, patología, (las dos primeras columnas son la relación), luego un fármaco, el grupo
2013 Jan 01
11
redes pathfinder
Estimados compañeros estoy con un trabajo sobre redes pathfinder y
quería saber si conocéis alguna librería o función para dada la matriz
de proximidades sacar la matriz de la red pathfinder.
Un cordial saludo y un mejor año 2013.
Juan
--
=========================================================
Juan Antonio Gil Pascual
Prof. Titular de Metodología Cuantitatíva
correo: jgil en edu.uned.es
2017 Nov 07
2
Problem with r project in ubuntu xenial
For anyone who sees this conversation.
There is a bug in installation of igraph in R language in Ubuntu. There is
a solution in stackoverflow. We have to use the devtools. Write this code:
install.packages("devtools")
library(devtools)
install_github("igraph/rigraph")
If there are errors installing devtools just install any package that
comments.
On Nov 5, 2017 00:07,
2013 Jun 05
1
conflicting imports despite using importFrom in NAMESPACE
Dear all,
It is my understanding that using 'importFrom' in the NAMESPACE of a package allows to avoid conflicts between different packages defining objects with identical names. However, I can still see conflicts while loading the package using 'library'.
Here is a toy example, with a package 'foo' importing 'as.igraph' from the igraph package, and 'nj'
2006 Apr 28
1
Checking Goodness of Fit With Kolmogorov-Smirnov
Hi,
I'm using the power.law.fit function from the igraph package to fit a
power law distribution to some data. This function returns the power
law exponent as it's only result. I would like to have some sort of
goodness-of-fit and/or error estimate of the exponent returned. This
paper:
http://www.edpsciences.org/articles/epjb/pdf/2004/18/b04111.pdf
suggests using the