Learn R Programming

rpms (version 0.2.0)

rpms-package: Recursive Partitioning for Modeling Survey Data (rpms)

Description

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.

Arguments