Learn R Programming

BayesianFROC (version 1.0.0)

flatnames: from rstan package

Description

from rstan package

Usage

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

Examples

Run this code
# NOT RUN {
#  flatnames(c("a","b"),3)

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


# }

Run the code above in your browser using DataLab