grid.sim.internal2: Internal function
Description
Internal function
Usage
grid.sim.internal2(n, means = NULL, sigma, grid.param = NULL)
Value
row-matrix of parameters
Arguments
- n
Number of simulations
- means
vector of mean values
- sigma
covariance matrix
- grid.param
the index of the parameter for which a fix grid (from qnorm) is used instead of a simulated grid (rnorm).
If grid.param=NULL ( default) the fix grid will be used for the parameter with largest variance.