Extracts model coefficients from objects missSBM_fit returned by estimateMissSBM()

# S3 method for missSBM_fit
coef(
  object,
  type = c("mixture", "connectivity", "covariates", "sampling"),
  ...
)

Arguments

object

an R6 object with class missSBM_fit

type

type of parameter that should be extracted. Either "mixture" (default), "connectivity", "covariates" or "sampling"

...

additional parameters for S3 compatibility. Not used

Value

A vector or matrix of coefficients extracted from the missSBM_fit model.