Learn R Programming

JointAI (version 1.0.6)

paste_data: 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)

Value

A vector of character strings of the form M_id[i, 3] or M_id[i, 3, k].

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 matnam

isgk

logical; is this for within the Gauss-Kronrod quadrature?