Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBinding multiple `simmat` objects together #164
Comments
|
Start, end, thinning (~ts attributes), and number of simulated matrices need to be consistent for sequential algorithms. Here is the decision tree along which the current
In all other cases an error is produced, unless |
|
We can have a The |
|
The |
|
Yep. I was wondering: what is the use of |
|
|
|
I had a look at I also added an |
|
PR #175 closes this issue. |

@jarioksa and I have discussed the the possibility of adding a function for binding multiple
simmatobjects. This is useful because:simmatobjects that need to be coerced/bound.For this end I created the
bind-simmatbranch and added thesmbindfunction and its documentation. The naming refers to simmatbind. I did not create a generic because the function can take multiple object classes as input, e.g.smbind(x, y)orsmbind(list(x, y))which are the 2 common use cases I think (similarly toAIC()).