mkgrid: Generate Grids of Observations
Description
Make a grid of values
Usage
mkgrid(object, ...)
# S3 method for continuous_var
mkgrid(object, n = 2, add = TRUE, ...)
Arguments
- object
an object of class var or vars
- n
number of grid points for a continous variable
- add
logical, adds the add argument (in
numeric_var) to support if TRUE
- ...
additional arguments
Details
The function returns a names list of values for each variable.