View source: R/mcpfit_methods.R
unpack_varying | R Documentation |
Returns parameters, data columns, and implicated segments given parameter name(s) or column(s).
unpack_varying(fit, pars = NULL, cols = NULL)
pars |
|
cols |
|
Returns a list with
A list. See details.
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.