Package: R2admb 0.7.16.3
R2admb: 'ADMB' to R Interface Functions
A series of functions to call 'AD Model Builder' (i.e., compile and run models) from within R, read the results back into R as 'admb' objects, and provide standard accessors (i.e. coef(), vcov(), etc.)
Authors:
R2admb_0.7.16.3.tar.gz
R2admb_0.7.16.3.zip(r-4.7)R2admb_0.7.16.3.zip(r-4.6)R2admb_0.7.16.3.zip(r-4.5)
R2admb_0.7.16.3.tgz(r-4.6-any)R2admb_0.7.16.3.tgz(r-4.5-any)
R2admb_0.7.16.3.tar.gz(r-4.7-any)R2admb_0.7.16.3.tar.gz(r-4.6-any)
R2admb_0.7.16.3.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
R2admb/json (API)
NEWS
| # Install 'R2admb' in R: |
| install.packages('R2admb', repos = c('https://bbolker.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:66328f4a7f. Checks:7 NOTE, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | NOTE | 109 | ||
| source / vignettes | OK | 180 | ||
| linux-release-x86_64 | NOTE | 125 | ||
| macos-release-arm64 | NOTE | 90 | ||
| macos-oldrel-arm64 | NOTE | 74 | ||
| windows-devel | NOTE | 79 | ||
| windows-release | NOTE | 91 | ||
| windows-oldrel | NOTE | 82 | ||
| wasm-release | OK | 106 |
Exports:admb_versionclean_admbcompile_admbdat_writedo_admbextract_gradientfind_large_cormcmc.controlread_admbread_parsread_pltread_psvread_reprun_admbrun.controlsetup_admbstdErwrite_datwrite_pin
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| ADMB to R interface functions | R2admb-package R2admb |
| Query ADMB version | admb_version |
| Standard accessor functions for ADMB model fits | AIC.admb coef.admb confint.admb deviance.admb logLik.admb print.admb print.summary.admb stdEr stdEr.admb summary.admb vcov.admb |
| Compile ADMB files, run, read output | compile_admb read_admb run_admb |
| Compile and/or run an ADMB model, collect output | do_admb |
| Extract gradients | extract_gradient |
| Find large correlations | find_large_cor |
| Control options for MCMC after ADMB fitting | mcmc.control |
| Plot MCMC histogram | plot.admb_hist |
| Read in parameters from an AD Model Builder run | read_pars read_psv read_rep |
| Read in ADMB profile file | read_plt |
| set run options for running ADMB via R | run.control |
| Set up AD Model Builder environment variables | clean_admb setup_admb |
| Write parameter and data files for ADMB | dat_write write_dat write_pin |
