Generate random value for parameters
GenerateRandomValues(data, free.parameters, lower, upper)
numerical vector that contains trait data
TRUE/FALSE argument for free parameters
lower bound for the new values
upper bound for the new values
A vector contains the generate values for parameters.
The function generates random values for parameter estimate. The bound for each paramter is set up using exponential and uniform distribution accordingly.