lrp2Plot {longRPart2} | R Documentation |
Longitudinal Recursive Partitioning Plotting Function
Description
Longitudinal Recursive Partitioning Plotting Function
Usage
lrp2Plot(model, smooth_method = "loess")
Arguments
model |
A longrpart2 model. |
smooth_method |
Whether to use generalized additive models, smooth_method="gam", or loess, smooth_method="loess". Defaults to loess. |
Examples
library(longRPart2)
[Package longRPart2 version 0.2.3 Index]