Skip to content

Commit

Permalink
More doc cleaning
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
jgabry committed Aug 1, 2017
1 parent b87a173 commit e8a2e38
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Authors@R: c(person("Jonah", "Gabry", role = c("aut", "cre"),
Maintainer: Jonah Gabry <[email protected]>
Description: A graphical user interface for interactive Markov chain Monte
Carlo (MCMC) diagnostics and plots and tables helpful for analyzing a
posterior sample. The interface is powered by the Shiny web
posterior sample. The interface is powered by the 'Shiny' web
application framework from 'RStudio' and works with the output of MCMC
programs written in any programming language (and has extended
functionality for 'Stan' models fit using the 'rstan' and 'rstanarm'
Expand Down
22 changes: 11 additions & 11 deletions R/shinystan-package.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,20 @@
#' \emph{Stan Development Team}
#' }
#'
#' Applied Bayesian data analysis is primarily implemented through the Markov
#' chain Monte Carlo (MCMC) algorithms offered by various software packages.
#' When analyzing a posterior sample obtained by one of these algorithms the
#' Applied Bayesian data analysis is primarily implemented through the Markov
#' chain Monte Carlo (MCMC) algorithms offered by various software packages.
#' When analyzing a posterior sample obtained by one of these algorithms the
#' first step is to check for signs that the chains have converged to the target
#' distribution and and also for signs that the algorithm might require tuning
#' or might be ill-suited for the given model. There may also be theoretical
#' problems or practical inefficiencies with the specification of the model.
#' 'ShinyStan' provides interactive plots and tables helpful for analyzing a
#' distribution and and also for signs that the algorithm might require tuning
#' or might be ill-suited for the given model. There may also be theoretical
#' problems or practical inefficiencies with the specification of the model. The
#' 'ShinyStan' app provides interactive plots and tables helpful for analyzing a
#' posterior sample, with particular attention to identifying potential problems
#' with the performance of the MCMC algorithm or the specification of the model.
#' 'ShinyStan' is powered by Shiny web application framework by 'RStudio' and works
#' with the output of MCMC programs written in any programming language (and has
#' extended functionality for models fit using the \pkg{rstan} package and the
#' No-U-Turn sampler).
#' 'ShinyStan' is powered by the 'Shiny' web application framework by 'RStudio'
#' and works with the output of MCMC programs written in any programming
#' language (and has extended functionality for models fit using the \pkg{rstan}
#' package and the No-U-Turn sampler).
#'
#' @section 'ShinyStan' has extended functionality for 'Stan' models:
#'
Expand Down
22 changes: 11 additions & 11 deletions man/shinystan-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e8a2e38

Please sign in to comment.