Other packages > Find by keyword >

StanHeaders  

C++ Header Files for Stan
View on CRAN: Click here


Download and install StanHeaders package within the R console
Install from CRAN:
install.packages("StanHeaders")

Install from Github:
library("remotes")
install_github("cran/StanHeaders")

Install by package version:
library("remotes")
install_version("StanHeaders", "2.32.10")



Attach the package and use:
library("StanHeaders")
Maintained by
Ben Goodrich
[Scholar Profile | Author Map]
First Published: 2015-02-10
Latest Update: 2024-03-01
Description:
The C++ header files of the Stan project are provided by this package, but it contains little R code or documentation. The main reference is the vignette. There is a shared object containing part of the 'CVODES' library, but its functionality is not accessible from R. 'StanHeaders' is primarily useful for developers who want to utilize the 'LinkingTo' directive of their package's DESCRIPTION file to build on the Stan library without incurring unnecessary dependencies. The Stan project develops a probabilistic programming language that implements full or approximate Bayesian statistical inference via Markov Chain Monte Carlo or 'variational' methods and implements (optionally penalized) maximum likelihood estimation via optimization. The Stan library includes an advanced automatic differentiation scheme, 'templated' statistical and linear algebra functions that can handle the automatically 'differentiable' scalar types (and doubles, 'ints', etc.), and a parser for the Stan language. The 'rstan' package provides user-facing R functions to parse, compile, test, estimate, and analyze Stan models.
How to cite:
Ben Goodrich (2015). StanHeaders: C++ Header Files for Stan. R package version 2.32.10, https://cran.r-project.org/web/packages/StanHeaders. Accessed 24 Apr. 2025.
Previous versions and publish date:
2.6.0-10 (2015-02-10 11:02), 2.7.0 (2015-07-16 17:58), 2.8.0 (2015-09-16 18:53), 2.9.0 (2016-01-03 22:25), 2.10.0-2 (2016-06-24 10:18), 2.10.0 (2016-06-23 01:06), 2.11.0 (2016-07-28 19:46), 2.12.0-1 (2016-11-20 20:03), 2.12.0 (2016-09-12 09:14), 2.13.1 (2016-12-18 11:22), 2.14.0-1 (2017-01-09 17:11), 2.14.0 (2016-12-28 18:04), 2.15.0-1 (2017-04-19 11:15), 2.16.0-1 (2017-07-03 12:51), 2.17.1 (2017-12-20 17:18), 2.17.2 (2018-01-20 16:33), 2.18.0-1 (2018-12-13 10:06), 2.18.0 (2018-10-07 23:00), 2.18.1-10 (2019-06-14 09:10), 2.18.1 (2019-01-29 00:30), 2.19.0 (2020-01-29 11:33), 2.19.2 (2020-02-11 14:02), 2.21.0-1 (2020-01-19 19:00), 2.21.0-3 (2020-05-28 17:30), 2.21.0-5 (2020-06-09 16:30), 2.21.0-6 (2020-08-16 17:40), 2.21.0-7 (2020-12-17 08:30), 2.26.25 (2023-05-17 09:30), 2.26.26 (2023-05-31 01:10), 2.26.27 (2023-06-15 00:52), 2.26.28 (2023-09-07 11:00), 2.32.5 (2024-01-10 12:43), 2.32.6 (2024-03-01 16:12), 2.32.7 (2024-04-25 06:10), 2.32.8 (2024-05-21 06:10), 2.32.9 (2024-05-29 22:50)
Other packages that cited StanHeaders R package
View StanHeaders citation profile
Other R packages that StanHeaders depends, imports, suggests or enhances
Complete documentation for StanHeaders
Functions, R codes and Examples using the StanHeaders R package
Some associated functions: CxxFlags . stanFunction . 
Some associated R codes: Flags.R . stanFunction.R .  Full StanHeaders package functions and examples
Downloads during the last 30 days
03/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/1104/1204/1304/1404/1504/1604/1704/1804/1904/2004/2104/22Downloads for StanHeaders10001200140016001800200022002400260028003000320034003600TrendBars

Today's Hot Picks in Authors and Packages

TeachHist  
A Collection of Amended Histograms Designed for Teaching Statistics
Statistics students often have problems understanding the relation between a random variable's true ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
rattle  
Graphical User Interface for Data Science in R
The R Analytic Tool To Learn Easily (Rattle) provides a collection of utilities functions for the d ...
Download / Learn more Package Citations See dependency  
clustMixType  
k-Prototypes Clustering for Mixed Variable-Type Data
Functions to perform k-prototypes partitioning clustering for mixed variable-type data according to ...
Download / Learn more Package Citations See dependency  
PQLseq  
Efficient Mixed Model Analysis of Count Data in Large-Scale Genomic Sequencing Studies
An efficient tool designed for differential analysis of large-scale RNA sequencing (RNAseq) data and ...
Download / Learn more Package Citations See dependency  
stratbr  
Optimal Stratification in Stratified Sampling
An Optimization Algorithm Applied to Stratification Problem.This function aims at constructing optim ...
Download / Learn more Package Citations See dependency  

24,098

R Packages

207,311

Dependencies

65,069

Author Associations

24,099

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA