Skip to content

Commit

Permalink
samller network in examples for faster tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jchiquet committed Sep 16, 2024
1 parent 0d19e5e commit 889cf07
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/estimate.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#' ### SIMPLE BINARY SBM (Bernoulli model)
#'
#' ## Graph parameters & Sampling
#' nbNodes <- 90
#' nbNodes <- 60
#' blockProp <- c(.5, .25, .25) # group proportions
#' means <- diag(.4, 3) + 0.05 # connectivity matrix: affiliation network
#' connectParam <- list(mean = means)
Expand All @@ -47,7 +47,7 @@
#' ### SIMPLE POISSON SBM
#'
#' ## Graph parameters & Sampling
#' nbNodes <- 90
#' nbNodes <- 60
#' blockProp <- c(.5, .25, .25) # group proportions
#' means <- diag(15., 3) + 5 # connectivity matrix: affiliation network
#' connectParam <- list(mean = means)
Expand All @@ -66,7 +66,7 @@
#' ### SIMPLE GAUSSIAN SBM
#'
#' ## Graph parameters & Sampling
#' nbNodes <- 90
#' nbNodes <- 60
#' blockProp <- c(.5, .25, .25) # group proportions
#' means <- diag(15., 3) + 5 # connectivity matrix: affiliation network
#' connectParam <- list(mean = means, var = 2)
Expand Down
6 changes: 3 additions & 3 deletions man/estimateSimpleSBM.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 889cf07

Please sign in to comment.