Package: stanedit 0.1.0
stanedit: Facilitate editing of stan models
Provides functionality for extracting particular bits of stan models as well as removing and adding lines.
Authors:
stanedit_0.1.0.tar.gz
stanedit_0.1.0.zip(r-4.5)stanedit_0.1.0.zip(r-4.4)stanedit_0.1.0.zip(r-4.3)
stanedit_0.1.0.tgz(r-4.4-any)stanedit_0.1.0.tgz(r-4.3-any)
stanedit_0.1.0.tar.gz(r-4.5-noble)stanedit_0.1.0.tar.gz(r-4.4-noble)
stanedit_0.1.0.tgz(r-4.4-emscripten)stanedit_0.1.0.tgz(r-4.3-emscripten)
stanedit.pdf |stanedit.html✨
stanedit/json (API)
NEWS
# Install 'stanedit' in R: |
install.packages('stanedit', repos = c('https://epiforecasts.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/epiforecasts/stanedit/issues
Last updated 8 days agofrom:66a36c6904 (on v0.1.0). Checks:OK: 1 NOTE: 6. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 14 2024 |
R-4.5-win | NOTE | Nov 14 2024 |
R-4.5-linux | NOTE | Nov 14 2024 |
R-4.4-win | NOTE | Nov 14 2024 |
R-4.4-mac | NOTE | Nov 14 2024 |
R-4.3-win | NOTE | Nov 14 2024 |
R-4.3-mac | NOTE | Nov 14 2024 |
Exports:add_blockfind_blockfind_declarationget_blockget_declarationget_varsinsert_linesmoveremove_linesstaneditwrite_model
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Add a block to a stan model | add_block |
Check if two models are equal | ==.stanedit Equals.stanedit `==.stanedit` |
Subset and replace model lines | Extract_assign.stanedit [<-.stanedit `[<-.stanedit` |
Subset model lines | Extract.stanedit [.stanedit `[.stanedit` |
Get the contents of a block in a stan model | get_block |
Get the declaration of a variable in a stan model | get_declaration |
Extract the variables declared in a stan model | get_vars |
Insert lines in a stan model | insert_lines |
Move stan code elsewere | move |
Remove line(s) and/or block(s) in a libbi model | remove_lines |
stanedit | stanedit |
Check if two models are unequal | !=.stanedit Unequals.stanedit `!=.stanedit` |
Writes a bi model to a file. | write_model |