Description Usage Arguments Value Examples
View source: R/matrix_arrange.R
A convenience function used to arrange vectorised matrix samples into the correct
matrix format for several functions used to specify Markov model. See example_two_state_markov
for an example use case. Implemented using R.
1 | matrix_arrange_inner(samples)
|
samples |
A list of vectorised matrix samples |
A list of matrices with each matrix representing a single sample.
1 2 3 4 | matrix_samples <- list(VGAM::rdiric(1:5, c(88, 12)),
VGAM::rdiric(1:5, c(8, 92)))
matrix_arrange_inner(matrix_samples)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.