Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TS matrix in Microsimulation function in Appendix B #3

Open
S-Koiso opened this issue Jan 30, 2023 · 0 comments
Open

TS matrix in Microsimulation function in Appendix B #3

S-Koiso opened this issue Jan 30, 2023 · 0 comments

Comments

@S-Koiso
Copy link

S-Koiso commented Jan 30, 2023

I think the naming functions in the TS matrix in the MicroSim function in Appendix B should be (in lines 128 and 129):

  rownames(TS) <- paste("Ind",   1:n.i, sep = " ")    # name the rows of the matrix 
  colnames(TS) <- paste("Cycle", 0:n.t, sep = " ")    # name the columns of the matrix

From:

  rownames(TS) <- paste("Cycle", 0:n.t, sep = " ")    # name the rows of the matrix
  colnames(TS) <- paste("Ind",   1:n.s, sep = " ")    # name the columns of the matrix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant