View source: R/stochastic_block_model.R
| sbm_ev.sbm_4group | R Documentation | 
compute the expected value for various quantities under four-group model
## S3 method for class 'sbm_4group'
sbm_ev(
  params,
  inF = c("FnotH", "FH"),
  inH = c("FH", "notFH"),
  inU = c("FnotH", "FH", "notFnotH", "notFH")
)
| params | list/object containing the simulation parameters | 
| inF | vector with 1s for blocks in F, 0 otherwise | 
| inH | vector with 1s for blocks in H, 0 otherwise | 
| inU | vector with 1s for blocks in U, 0 otherwise | 
the expected value of various quantities
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.