powered by
Unfold equations
unfold(string, var = "W", mode = -1)
Character vectors with equation
name of variable
integer. Default value is -1. If 0, get intercept, If 1, get slope
# NOT RUN { string=c("(a1+b1*W)*(a2+b2*W)*(a3+b3*W)","a1+b1*W") unfold(string) # }
Run the code above in your browser using DataLab