simulateY.RdThis function is generic; method functions can be written to handle specific classes of objects.
simulateY(object, nsim = 1, seed = NULL, ...,
verbose = FALSE, sigma)an object with a model fit for which dependent variable is to be simulated.
number of simulations. nsim = 1 by default.
integer scalar used to initiate random numbers generator.
some methods for this generic function may require additional arguments.
logical. If TRUE basic information about arguments is provided. By default set to FALSE.
numeric scalar. Allows to perform simulations employing alternative value of the scale parameter.
numeric matrix. Number of columns determined by nsim argument.
## simulateY (fm1)