Identifies if a data element of a linear predictor should be scaled (based
on whether scaling parameters are given) and then calls paste_scale()
.
paste_scaling(x, rows, scale_pars, scalemat)
vector of character strings; to be scaled, typically matrix columns
integer vector; row numbers of the matrix containing the scaling information
matrix containing the scaling information, with columns "center" and "scale"
the name of the scaling matrix in the JAGS model (e.g. "spM_id")
Calls paste_scale()
on each element of x
.