A dataframe. This argument is passed on to another function genMatrix for generating an alphabet frequency table. This dataframe is single column dataframe with rows that contain names. These names must only contain english alphabets(upper or lower case) from A to Z.
numOfNames
A numeric. This specifies the number of names to be generated. It should be non-zero natural number.
minLength
A numeric. This specifies the minimum number of alphabets in the name. It must be a non-zero natural number.
maxLength
A numeric. This specifies the maximum number of alphabets in the name. It must be a non-zero natural number.
Details
This function generates names. There are two options to generate names. The first option is to use an existing sample of names and generate names. The second option is to use the default table of prior probabilities.