lrpPlot {longRPart}R Documentation

Line plot of the nodes of a longRPart object

Description

Plotting the results of a longRPart regression tree: each line in the plot represents a different node

Usage

lrpPlot(model,smoothing="n",color=NULL,place="bottomright")

Arguments

model Output from longRPart function
smoothing Type of smoothing to apply to the lines (NOT IMPLEMENTED)
color colors to label the lines, default is rainbow()
place placement for the legend

Details

This function performs a simple line plot of the regression coefficients from the mixed-effects models of each of the nodes in the longitudinal regression tree. Eventually smoothing will be applied, but for now only 'n', for none, is implemented.

Author(s)

Mohamed Abdolell <mo@dal.ca> and Sam Stewart

See Also

longRPart lrpTreePlot


[Package longRPart version 1.0 Index]