coef.SBM | R Documentation |
Extracts model coefficients from objects with class SBM
and children (SimpleSBM_fit
,
BipartiteSBM_fit
)
## S3 method for class 'SBM'
coef(object, type = c("connectivity", "block", "covariates"), ...)
object |
an R6 object inheriting from class SBM_fit (like SimpleSBM_fit or BipartiteSBM_fit) |
type |
type of parameter that should be extracted. Either 'block' for
, 'connectivity' for
, or "covariates" for
. Default is 'connectivity'. |
... |
additional parameters for S3 compatibility. Not used |
vector or list of parameters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.