MakeBasis {multiocc} | R Documentation |
This function constructs basis functions. It assumes coordinates form a metric.
Description
This function constructs basis functions. It assumes coordinates form a metric.
Usage
MakeBasis(q = q, model.input)
Arguments
q |
The desired number of basis functions. Must be an integer greater than or equal to 1. |
model.input |
A list of output created by running the create.data.R function |
Value
A list with
K spatial basis functions
KtQK which is literally the matrix operation transpose(K) times Q times K, and is the variance of the multivariate #' random effect gamma.
[Package multiocc version 0.2.1 Index]