This internal function generates data based on a Poisson distribution specified by the provided formula. It is not intended for direct usage by end-users.
buildsim.poisson(the.formula, the.variable, n, num.experiments)A data frame with simulated Poisson distributed values based on the given formula.
A character string specifying the Poisson distribution function, e.g., "poisson(3)".
A character string naming the variable in the generated data.
An integer specifying the number of data points to generate for each experiment.
An integer specifying the number of experiments to simulate.