Description Usage Arguments Value
Generate a grid of parameter values to evaluate over
Generate a grid of parameter values for multiple values of M
1 2 3 | generateReval(M, rval = NA, nr = NA)
generateRevalList(Ms, rvals = NA, nrs = NA)
|
M |
an integer. |
rval |
{r} values for the grid. Takes precedence over |
nr |
an integer. If |
Ms |
an integer vector. |
rvals |
a list of the length |
nrs |
an integer vector of the length |
A a matrix with M
rows and nr + 1
or
length(rval)
columns.
A list of the length max(Mv)
with elements corresponding to
the values of Mv
. Each element is a matrix with M
rows and
nr + 1
or length(rval)
columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.