powered by
graph_prop(x, sigmaHat, thetaHat, prop = c("connectivity", "longest_chain", "max_degree", "largest_clique", "chromatic_number", "num_singletons", "girth", "matching", "planarity", "bipartite", "acyclic"), k = 1, numB = 1000, alpha = 0.05)
x
sigmaHat
prop
alpha
## Not run: ------------------------------------ # data(Xs,cov.hat,t.hat) # graph_prop(x=Xs,sigmaHat=cov.hat,thetaHat=t.hat,prop="conn",k=20) ## ---------------------------------------------
Run the code above in your browser using DataLab