Description Usage Arguments Value
View source: R/data_management.R
This function collapses a vector to a single string where values are separated by ';'. This conversion is useful when estimates are later stored in a data table, providing the user the possibility to check on the most important model parameters.
1 | collapse_model_par(model_par_vec)
|
model_par_vec |
A vector of strings representing the model estimates which will be collapsed to a single string. |
A string
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.