lrp2Plot: Longitudinal Recursive Partitioning Plotting Function

View source: R/lrp2Plot.R

lrp2PlotR 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)

Rjacobucci/longRPart2 documentation built on Nov. 24, 2022, 2:32 a.m.