coef.missSBM_fit {missSBM} | R Documentation |
Extract model coefficients
Description
Extracts model coefficients from objects missSBM_fit
returned by estimateMissSBM()
Usage
## S3 method for class 'missSBM_fit'
coef(
object,
type = c("mixture", "connectivity", "covariates", "sampling"),
...
)
Arguments
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 |
Value
A vector or matrix of coefficients extracted from the missSBM_fit model.
[Package missSBM version 1.0.4 Index]