longRPart2 (version 0.2.3)

lrp2Plot: 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

Run this code
# NOT RUN {
library(longRPart2)
# }

Run the code above in your browser using DataCamp Workspace