| fixef.vcmm_fit | R Documentation |
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.
## S3 method for class 'vcmm_fit'
fixef(object, ...)
object |
A |
... |
Unused. |
A two-element list.
coef.vcmm_fit, varying_coef,
ranef.vcmm_fit.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.