Description Usage Arguments Value Examples
formula2string removes square brackets from the supplied expressions.
Convert par[2] -> par2, sigma[2] -> sigma_2_, sigma[2,3] -> sigma_2x2
| 1 | 
| x | String with square brackets. | 
String without square brackets.
| 1 2 | xx <- "par[1]*3+par[2]*par+rho1[1,2]+sigma1[2]"
formula2string(xx)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.