plotctACF: Plot an approximate continuous-time ACF object from ctACF

View source: R/ctACF.R

plotctACFR Documentation

Plot an approximate continuous-time ACF object from ctACF

Description

Plot an approximate continuous-time ACF object from ctACF

Usage

plotctACF(ctacfobj, df = "auto")

Arguments

ctacfobj

object

df

df for the basis spline.

Value

a ggplot object

Examples

data.table::setDTthreads(1) #ignore this line
# Example usage:
head(ctstantestdat)
ac=ctACF(ctstantestdat,varnames=c('Y1'),idcol='id',timecol='time',timestep=.5,nboot=5,plot=FALSE)
plotctACF(ac)

cdriveraus/ctsem documentation built on May 3, 2024, 12:37 p.m.