unpack_varying {mcp} | R Documentation |
Get relevant info about varying parameters
Description
Returns parameters, data columns, and implicated segments given parameter name(s) or column(s).
Usage
unpack_varying(fit, pars = NULL, cols = NULL)
Arguments
pars |
|
cols |
|
Details
Returns a list with
Value
A list. See details.
Slots
pars
Character vector of parameter names.
NULL
if empty.cols
Character vector of data column names.
NULL
if empty.indices
Logical vector of segments in the segment table that contains the varying effect
[Package mcp version 0.3.4 Index]