View source: R/R6Class-missSBM_fit.R
| coef.missSBM_fit | R Documentation | 
Extracts model coefficients from objects missSBM_fit returned by estimateMissSBM()
## S3 method for class 'missSBM_fit'
coef(
  object,
  type = c("mixture", "connectivity", "covariates", "sampling"),
  ...
)
object | 
 an R6 object with class   | 
type | 
 type of parameter that should be extracted. Either "mixture" (default), "connectivity", "covariates" or "sampling"  | 
... | 
 additional parameters for S3 compatibility. Not used  | 
A vector or matrix of coefficients extracted from the missSBM_fit model.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.