str.skipTrack.model {skipTrack} | R Documentation |
Report skipTrack.model structure to console
Description
Report skipTrack.model structure to console
Usage
## S3 method for class 'skipTrack.model'
str(object, ...)
Arguments
object |
skipTrack.model object from the function skipTrack.fit |
... |
To match other str calls |
Value
Invisible NULL. Prints structure of skipTrack.model object
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)
str(modFit)
[Package skipTrack version 0.1.0 Index]