# \donttest{
# goodness of fit
myGofIndegree <- gofMobilityNetwork(ans = myResDN,
gofFunction = getIndegree,
lvls = 1:100)
myGofTieWeight <- gofMobilityNetwork(ans = myResDN,
gofFunction = getTieWeights,
lvls = 1:30)
# }
# \donttest{
plot(myGofIndegree, lvls = 20:70)
plot(myGofTieWeight, lvls = 1:15)
# }
Run the code above in your browser using DataLab