reshape_coef | R Documentation |
This function reshapes coefficient data from wide to long format and merges it with design information.
reshape_coef(df, des, measure = "value")
df |
A data frame containing coefficient estimates. |
des |
A data frame containing design information. |
measure |
The name of the value column in the reshaped data. Default is |
A data frame in long format with merged design information.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.