powered by
Simulated data used in tensor response regression (TRR). The pattern of coefficient is a bat.
data("bat")
A list consisting of three components:
A \(1 \times 20\) matrix
A \(64\times 64\times 20\) tensor
A \(64\times 64 \times 1\) tensor with the bat pattern
Two envelope basis: \(64 \times 14\) matrices
# NOT RUN { data("bat") ## Coefficients coeff <- bat$coefficients image(-coeff@data[, , 1], axes=TRUE, col = grey(seq(0, 1, length = 256))) title('Coefficient matrix') # }
Run the code above in your browser using DataLab