Learn R Programming

refund (version 0.1-40)

build_coef_linear_map: Build linear map used for smooth-term uncertainty calculations

Description

Build linear map used for smooth-term uncertainty calculations

Usage

build_coef_linear_map(X, trmind, trm, object_info, seWithMean)

Value

List with linear map matrix and indexing metadata.

Arguments

X

Prediction matrix for the smooth term.

trmind

Index vector for term parameters.

trm

Smooth term object (for nCons and meanL1).

object_info

List with cmX, Vp.

seWithMean

Logical, use seWithMean approach?