Skip to content

Commit

Permalink
add A_m for writing to excel
Browse files Browse the repository at this point in the history
  • Loading branch information
bl-young committed Aug 2, 2024
1 parent f6bf6f9 commit 7cd8023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/WriteModel.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Functions for exporting the model to disc

#' The vector of matrices to write out
matrices <- c("V", "U", "U_d", "A", "A_d", "B", "C", "D", "L", "L_d",
matrices <- c("V", "U", "U_d", "A", "A_d", "A_m", "B", "C", "D", "L", "L_d",
"M", "M_d", "M_m", "N", "N_d", "N_m",
"Rho", "Phi", "Tau")

Expand Down

0 comments on commit 7cd8023

Please sign in to comment.