Skip to content

Commit

Permalink
Minor paper edits
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeDuttweiler committed May 21, 2024
1 parent 77f10d8 commit c3341b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ $$
c_{ij} \sim \text{Categorical}(\pi_1, \pi_2, \dots, \pi_{NS})
$$

where $pi_k = \text{Pr}(c_{ij} = k)$ and $NS$ is the maximum number of skips allowed in the model.
where $\pi_k = \text{Pr}(c_{ij} = k)$ and $NS$ is the maximum number of skips allowed in the model.

# Package Description

The `skipTrack` package contains tools for fitting the SkipTrack model, visualizing model results, diagnosing model convergence, and simulating example data.

The model fit is accomplished using an MCMC algorithm composed mainly of Gibbs sampling steps with a small number of Metropolis-Hastings steps. Model fitting is accomplished through an easy-to-use interface that allows users to select the number of MCMC chains to run, the number of iterations to run per chain, and the parameters used to initialize each chain. Model results may be visualized or retrived through standard interaction functions (`summary()`, `plot()`, etc.).

MCMC convergence diagnostics are multivariate and multi-chain and are provided using the R package @genMCMCPackage.
MCMC convergence diagnostics are multivariate and multi-chain and are provided using the R package `genMCMCDiag` @genMCMCPackage.

Example data may be simulated from the SkipTrack model, the generative model provided in @li2022predictive, or a provided mixture model.

Expand Down

0 comments on commit c3341b1

Please sign in to comment.