create_input_mats.formula_list {hesim} | R Documentation |
Create input matrices from formula
Description
This is an internal function for creating input matrices from formulas. It is currently used in some unit tests.
Usage
## S3 method for class 'formula_list'
create_input_mats(object, input_data, ...)
Arguments
object |
An object of the appropriate class. |
input_data |
An object of class |
... |
Further arguments passed to |
Value
An object of class input_mats
.
See Also
[Package hesim version 0.5.5 Index]