Fixed effects of a VCMM, reshaped by varying-coefficient block
Source:R/methods.R
fixef.vcmm_fit.RdSplits the coefficient vector returned by coef.vcmm_fit
into:
intercept: the constant scalar \(\hat\beta_0\).varying: an \(m \times K\) matrix of B-spline basis coefficients, with row names"basis1", ..., "basisM"and column names"X1", ..., "XK".
For \(K = 0\) (no varying covariate; intercept-only model), the
varying slot is NULL.
Usage
# S3 method for class 'vcmm_fit'
fixef(object, ...)