Package: |
PAFit |
Type: |
Package |
Version: |
0.9.6 |
Date: |
2017-02-02 |
License: |
GPL-3 |
performCV
function
PAFit
library("PAFit")
net <- GenerateNet(N = 50,m = 1,alpha = 1, mode = 1, shape = 10, rate = 10)
net_stats <- GetStatistics(net$graph)
result <- PAFit(net_stats)
summary(result)
plot(result,net_stats)
Run the code above in your browser using DataLab