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


dkesada/dbnR documentation built on June 19, 2024, 6:45 p.m.