Re: [igraph] Problem with Igraph using it for Subgroup Analysis in SNA

2020-08-09 Thread Alex Montgomery
You can use the intergraph package to convert network objects into graph 
objects.

> On 2020-08-08, at 7:12 AM, Naomi Straub  wrote:
> 
> Hello,
> 
> I am writing a thesis about subgroups in SNA. Now I want to analyse the 
> cliques with cliques () (and so on) in igraph.
> I import my excel matrizes and worked with them in statnet. I worked in SNA 
> with correlation, I plotted them in 2D and 3D. Worked with Betweeness, 
> Centralization, Indegree an Outdegree and so on.
> But if I want to use my networks (I have 8 different) for igraph, it said 
> that this is: not a graph object.
> 
> Now I thaught about converting it into a graph object with graph() but then 
> it said: 'edges' must be numeric or character...
> 
> I don't know what to do now. Hopefully someone can help me!
> Thanksfully looking forward to hear from you.
> 
> Best Regards,
> Nane
> ___
> igraph-help mailing list
> igraph-help@nongnu.org 
> https://lists.nongnu.org/mailman/listinfo/igraph-help 
> 
___
igraph-help mailing list
igraph-help@nongnu.org
https://lists.nongnu.org/mailman/listinfo/igraph-help


[igraph] Problem with Igraph using it for Subgroup Analysis in SNA

2020-08-08 Thread Naomi Straub
Hello,

I am writing a thesis about subgroups in SNA. Now I want to analyse the cliques 
with cliques () (and so on) in igraph.
I import my excel matrizes and worked with them in statnet. I worked in SNA 
with correlation, I plotted them in 2D and 3D. Worked with Betweeness, 
Centralization, Indegree an Outdegree and so on.
But if I want to use my networks (I have 8 different) for igraph, it said that 
this is: not a graph object.

Now I thaught about converting it into a graph object with graph() but then it 
said: 'edges' must be numeric or character...

I don't know what to do now. Hopefully someone can help me!
Thanksfully looking forward to hear from you.

Best Regards,
Nane
___
igraph-help mailing list
igraph-help@nongnu.org
https://lists.nongnu.org/mailman/listinfo/igraph-help