Extract Model Coefficients from a SIR Model
coef.sir.RdReturns the estimated parameter values from a fitted SIR model. These include exogenous covariate effects (theta), sender influence weights (alpha), and receiver influence weights (beta).
Usage
# S3 method for class 'sir'
coef(object, ...)Arguments
- object
A fitted
sirobject fromsir.- ...
Additional arguments (unused).
See also
confint.sir for confidence intervals,
vcov.sir for the variance-covariance matrix.