This package provides a function rpms
to produce an rpms
object
and method functions that operate on them.
The rpms
object is a representation of a regression tree achieved
by recursively partioning the dataset, fitting the specified linear model
on each node seperately.
The recursive partitioning algorithm has an unbiased variable selection
and accounts for the sample design.
The algorithm accounts for one-stage of stratification and clustering as
well as unequal probability of selection.
This version does not handle missing values, so only complete cases of a
dataset are used.