| grab {geex} | R Documentation |
Grab something from an object
Description
Grab something from an object
Usage
grab(from, what, ...)
Arguments
from |
an object |
what |
what to grab one of 'response', 'design_matrix', 'response_formula', 'fixed_formula', 'eeFUN' |
... |
additional arguments passed to |
Value
the value returns depends on the argument what.
See Also
grab_response, grab_design_matrix,
grab_response_formula, grab_fixed_formula,
grab_design_levels
[Package geex version 1.1.1 Index]