Hello everyone,
I have this equation
to express in standard terms, i.e. y= f(x), and I am stuck.
"g" is a variable from my dataset, y and x are unknowns.
I have looked at several posts but the other problems/equations were quite different; I have also tried to search for websites to solve it online or tips about R, but nothing seemed appropriate for my programming skills (that are quite basic).
Any help would be extremely appreciated.
Thank you very much
I have this equation
Code:
g=exp(1.546776)*(x/(1-x)^(0.4314782)*y^(1-0.4314782)-exp(-1.944835)*(x/(1-x))^(-0.1137733)*y^0.113773
"g" is a variable from my dataset, y and x are unknowns.
I have looked at several posts but the other problems/equations were quite different; I have also tried to search for websites to solve it online or tips about R, but nothing seemed appropriate for my programming skills (that are quite basic).
Any help would be extremely appreciated.
Thank you very much
Comment