log_linear_matrix_to_vector function

Converts a matrix of data into a vector suitable for use in analysis with the design matrices created. Unlike simply calling vector() on the matrix the resulting vector is organized by rows, then columns. This order corresponds to the order in the design matrix.

  • Maintainer: John R. Donoghue
  • License: MIT + file LICENSE
  • Last published: 2025-09-18

Useful links