fractional_poly: Find best fit fractional polynomial using GLM

View source: R/fracpoly.R

fractional_polyR Documentation

Find best fit fractional polynomial using GLM

Description

Find best fit fractional polynomial using GLM

Usage

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()


kklot/ktools documentation built on Aug. 13, 2024, 7:08 p.m.