ordering_gen_exp {dbnR}R 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


[Package dbnR version 0.7.8 Index]