Need help with pwrfit function
Hi,
I am trying to solve the following problem. I am new to pwrfit function. This is the first time trying to solve such a problem.


1. Select a power fit in Mathcad to fit this data and model the metabolism rate as a function of the mass of the animal. Notice that pwrfit(vx, vy, vg) returns a vector containing the coefficients for a power curve of the form y(x)= axb+c that best approximates the data in vx and vy using guess values in vg.
2. Determine the R2 value for this fit.
3. Considering the fit is good, use the equation to predict the metabolism rate of a 500-kg manatee.

