coef.gctsc: Extract Coefficients from a gctsc Model
Description
Returns the estimated coefficients from a fitted gctsc model object.
Usage
# S3 method for gctsc
coef(object, ...)
Value
A named numeric vector containing the estimated model coefficients,
including both marginal parameters and copula dependence parameters.
Arguments
- object
An object of class gctsc.
- ...
Ignored. Included for S3 method compatibility.