Package structureCreating the basic structure of a Stan-based R package or add Stan programs to an existing package.  | 
      |
|---|---|
Tools for Developing R Packages Interfacing with Stan  | 
      |
Create a new R package with compiled Stan programs  | 
      |
Add Stan infrastructure to an existing package  | 
      |
Configure system files for compiling Stan source code  | 
      |
Helper function for loading code in roxygenise  | 
      |
          GenericsS3 generics (and some default methods) for adding functionality to your package using the same naming conventions as rstanarm and other Stan-based R packages.  | 
      |
Generic function and default method for Bayesian R-squared  | 
      |
Generic function for pointwise log-likelihood  | 
      |
| 
           
  | 
        Generic functions for LOO predictions  | 
      
Generic function and default method for posterior uncertainty intervals  | 
      |
Generic function for accessing the posterior distribution of the conditional expectation  | 
      |
Generic function for accessing the posterior distribution of the linear predictor  | 
      |
Generic function for drawing from the posterior predictive distribution  | 
      |
Generic function and default method for predictive errors  | 
      |
Generic function for predictive intervals  | 
      |
Generic function for extracting information about prior distributions  | 
      |