returns a linerized version of the splits. The coefficients represent the effect that each split has on the mean
linearize(x, data, weights = ~1, strata = ~1, clusters = ~1, type = "part")
rpms
object
data.frame
formula or vector of sample weights for each observation
formula or vector of strata labels
formula or vector of cluster labels
is on of "part" or "lin"
data.frame including splits and estimates for the coefficient and their standard errors