Find best fit fractional polynomial using GLM

fractional_poly(x, y, verbose = FALSE, ...)

Arguments

x

indepedent variable to find best fit fractional powers

y

dependent variable, no transformation is done in the code

...

arguments to glm()