ordering_gen_exp: Generates the names of n variables.

View source: R/utils.R

ordering_gen_expR Documentation

Generates the names of n variables.

Description

Given the total number of variables, this function generates a character vector with variables named "Xi", where i is a number in the interval [0,n-1]

Usage

ordering_gen_exp(n)

Arguments

n

the total number of variables desired

Value

a character vector with the variable names


dbnR documentation built on Oct. 5, 2022, 1:07 a.m.