Package: GoodFitSBM Title: Monte Carlo goodness-of-fit tests for Stochastic Blockmodels Version: 0.0.1 Authors@R: c(person("Soham", "Ghosh", email = "sohamghosh@tamu.edu", role = c("aut", "cre")), person("Somjit", "Roy", email = "sroy_123@tamu.edu", role = "aut"), person("Debdeep", "Pati", email = "debdeep@stat.tamu.edu", role = "aut")) Description: Performing goodness-of-fit tests for stochastic blockmodels used to fit network data. Among the three variants of SBMs discussed in , goodness-of-fit test has been performed for the Erdős-Rényi (ER) and Beta versions of SBMs. License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 URL: https://github.com/Roy-SR-007/GoodFitSBM BugReports: https://github.com/Roy-SR-007/GoodFitSBM/issues Imports: stats, igraph, utils, irlba Depends: R (>= 2.10) LazyData: true Collate: 'Bipartite_Walk.R' 'Estimation_BetaSBM.R' 'Estimation_Block.R' 'Estimation_ERSBM.R' 'Get_Directed_Piece.R' 'Get_Directed_Move_p1_ed.R' 'Get_Between_Blocks_Move_beta_SBM.R' 'as_arbitrary_directed.R' 'Get_Bidirected_Piece.R' 'Get_Bidirected_Move.R' 'Get_Induced_Subgraph.R' 'Get_Within_Blocks_beta_SBM.R' 'Get_Move_Beta_SBM.R' 'Get_Next_Network.R' 'Sampling_Graph_BetaSBM.R' 'TestStatistic_BetaSBM.R' 'GoFTest_BetaSBM.R' 'Sampling_Graph_ERSBM.R' 'TestStatistic_ERSBM.R' 'GoFTest_ERSBM.R' 'zachary.R' Acknowledgement: We would like to thank all the authors of . Config/pak/sysreqs: libglpk-dev libxml2-dev Repository: https://roy-sr-007.r-universe.dev Date/Publication: 2024-02-07 03:26:24 UTC RemoteUrl: https://github.com/roy-sr-007/goodfitsbm RemoteRef: HEAD RemoteSha: f5d20fae9d9a836c62e125c6fa65bd96230fc174 NeedsCompilation: no Packaged: 2026-07-15 06:54:01 UTC; root Author: Soham Ghosh [aut, cre], Somjit Roy [aut], Debdeep Pati [aut] Maintainer: Soham Ghosh