Question: how to determine the parameter in the function that fit my raw data

I have got two columns of data X and Y. if i know the data would possibly fit a function with form : y=ax^n+bx+c, how could i extract the values of a, b and n? Also, how to get the R squared value for the curve fitting.

Please Wait...