I am an R beginner, so please bear with me.
I am attempting to create a set of around 100 random networks, to compare with my original network of 60 nodes and 246 weighted links.
I would like each network to have a random number of nodes between 0-100, each with a random density (i.e. random probability that any one node will connect with another), and randomly weighted edges between 1-5.
I'm very new to network analysis in R, so I am not sure how to create a script that allows me to output 100 of these (guessing with a loop), nor how to specify random edge densities and weights.
Any advice would be great.