mkgrid {variables} | R Documentation |
Generate Grids of Observations
Description
Make a grid of values
Usage
mkgrid(object, ...)
## S3 method for class 'continuous_var'
mkgrid(object, n = 2, add = TRUE, ...)
Arguments
object |
an object of class |
n |
number of grid points for a continous variable |
add |
logical, adds the |
... |
additional arguments |
Details
The function returns a names list of values for each variable.
[Package variables version 1.1-1 Index]