unpack_y {mcp} | R Documentation |
Unpacks y variable name
Description
Unpacks y variable name
Usage
unpack_y(form_y, i, family)
Arguments
form_y |
Character representation of formula |
i |
The segment number (integer) |
family |
An mcpfamily object returned by |
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.
Author(s)
Jonas Kristoffer Lindeløv jonas@lindeloev.dk
[Package mcp version 0.3.4 Index]