generateReval | R Documentation |
Generates a grid of parameter values to evaluate over.
generateReval(M, rval = NULL, nr = NULL)
M |
an integer. |
rval |
a numeric vector with parameter values for the grid. If not
provided, it will be generated by dividing [0,
1] into |
nr |
an integer. Ignored if |
A a matrix with M
rows and nr + 1
or
length(rval)
columns.
reval <- generateReval(M = 2, nr = 1e2)
dim(reval)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.