Description Usage Arguments Value Author(s) Examples
Makes array names
1 | flat_one_par(n, d, col_major = FALSE)
|
n |
A character, |
d |
A vector of integers, to be passed to |
col_major |
A logical, to be passed to |
a vector of characters
Some Stan developer, I am not sure,..., who?
1 2 3 4 | a<-flat_one_par("a",1:3)
# > a
# [1] "a[1,1,1]" "a[1,1,2]" "a[1,1,3]" "a[1,2,1]" "a[1,2,2]" "a[1,2,3]"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.