fixef.vcmm_fit: Fixed effects of a VCMM, reshaped by varying-coefficient...

View source: R/methods.R

fixef.vcmm_fitR Documentation

Fixed effects of a VCMM, reshaped by varying-coefficient block

Description

Splits 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, ...)

Arguments

object

A vcmm_fit object.

...

Unused.

Value

A two-element list.

See Also

coef.vcmm_fit, varying_coef, ranef.vcmm_fit.


cevcmm documentation built on July 24, 2026, 5:07 p.m.