# Generated by roxygen2: do not edit by hand

export("%>%")
export(SBM_sampler)
export(estimate)
export(missSBM_collection)
export(missSBM_fit)
export(prepare_data)
export(sample)
export(sampledNetwork)
export(simulate)
export(smooth)
import(R6)
import(igraph)
import(methods)
import(nloptr)
import(parallel)
importFrom(R6,R6Class)
importFrom(Rcpp,sourceCpp)
importFrom(ape,additive)
importFrom(corrplot,corrplot)
importFrom(igraph,as_adj)
importFrom(magrittr,"%>%")
importFrom(stats,as.dist)
importFrom(stats,binomial)
importFrom(stats,cutree)
importFrom(stats,dist)
importFrom(stats,glm.fit)
importFrom(stats,hclust)
importFrom(stats,kmeans)
importFrom(stats,residuals)
importFrom(stats,sd)
useDynLib(missSBM)
