Hi.
Is it possible to solve equations using R with one unknown variable? I've tried some different things but can't come up with a solution. Here's my equation:
p*(1+p^2) + (1-p) * (3+2 * p * (1-p)) == p * (3+2 * p * (1-p)) + (1-p) * (1+(1 * 2 * p * p^2))
I want to calculate the variable "p".
Thanks