lrpPlot {longRPart} | R Documentation |
Plotting the results of a longRPart regression tree: each line in the plot represents a different node
lrpPlot(model,smoothing="n",color=NULL,place="bottomright")
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 |
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.
Mohamed Abdolell <mo@dal.ca> and Sam Stewart