paste_data {JointAI} | R Documentation |
Write the data element of a linear predictor
Description
Write the data element of a linear predictor
Usage
paste_data(matnam, index, col, isgk = FALSE)
Arguments
matnam |
characters string; name of the data matrix |
index |
character string; the index (e.g., "i", or "ii") |
col |
integer vector; the indices of the columns in |
isgk |
logical; is this for within the Gauss-Kronrod quadrature? |
Value
A vector of character strings of the form
M_id[i, 3]
or M_id[i, 3, k]
.
[Package JointAI version 1.0.6 Index]