unpack_y: Unpacks y variable name
Description
Unpacks y variable name
Usage
unpack_y(form_y, i, family)
Value
A one-row tibble with the columns
y
: string. The y variable name.
trials
: string. The trials variable name.
weights
: string. The weights variable name.
Arguments
- form_y
Character representation of formula
- i
The segment number (integer)
- family
An mcpfamily object returned by mcpfamily()
.