flatnames: from rstan package

Description Usage Arguments Value Author(s) Examples

Description

from rstan package

Usage

1
flatnames(names, dims, col_major = FALSE)

Arguments

names

A vector of characters

dims

A positive integer

col_major

A logical

Value

A vector of characters

Author(s)

Some Stan developer, I am not sure,..., who?

Examples

1
2
3
#  flatnames(c("a","b"),3)

# [1] "a[1]" "a[2]" "a[3]" "b[1]" "b[2]" "b[3]"

BayesianFROC documentation built on Jan. 23, 2022, 9:06 a.m.