summary.skipTrack.model | R Documentation |
Report skipTrack.model results to console
## S3 method for class 'skipTrack.model'
summary(object, ...)
object |
skipTrack.model object from the function skipTrack.fit |
... |
arguments passed to skipTrack.results |
Invisible skipTrack.results. Prints info about skipTrack.model object
#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)
summary(modFit, burnIn = 25) #Recommended burnIn with real data is at least 750
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.