Last data update: 2014.03.03

R: An example of Kpart.
Kpart.exampleR Documentation

An example of Kpart.

Description

Shows example usage for the Kpart method.

Usage

Kpart.example(data, K)

Arguments

data

Two column matrix, the first column is respone, the second column is predictor in which to base knots.

K

A positive interger that will partition the data K times.

Details

Example usage of Kpart package.

Value

Produces a plot.

Note

thank you.

Author(s)

Eric Golinko

References

Tomas Fitzgerald

Examples

# example()

Results