unfold | R Documentation |
Unfold equations
unfold(string, var = "W", mode = -1)
string |
Character vectors with equation |
var |
name of variable |
mode |
integer. Default value is -1. If 0, get intercept, If 1, get slope |
string=c("(a1+b1*W)*(a2+b2*W)*(a3+b3*W)","a1+b1*W") unfold(string)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.