Skip to contents

Returns 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 sir object from sir.

...

Additional arguments (unused).

Value

Named numeric vector of estimated coefficients.

See also

confint.sir for confidence intervals, vcov.sir for the variance-covariance matrix.