use power equation to fit observed values
power_equation_all(x, y, maxit = 100)
x
: vector for x valuesy
: vector for y valuesmaxit
: numeric value for maximum initial pars trynls model
power_equation_all(c(1,2,3,5,7), c(5,10,15,17,20))
Useful links