Skip to contents

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.