plot.skipTrack.model {skipTrack}R Documentation

Plot skipTrack.model objects

Description

Plot skipTrack.model objects

Usage

## S3 method for class 'skipTrack.model'
plot(x, ...)

Arguments

x

skipTrack.model object from the function skipTrack.fit

...

Needed for S3 consistency

Value

Invisible NULL. Prints plots from skipTrack.visualize

Examples

#Simulated data
simDat <- skipTrack.simulate(n = 100, skipProb = c(.7, .2, .1))

#Run model fit (should typically run with much more than 50 reps)
modFit <- skipTrack.fit(Y = simDat$Y, cluster = simDat$cluster, chains = 2, reps = 50)
plot(modFit)


[Package skipTrack version 0.1.0 Index]