Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeksterslab/dynutils

Utility functions for data preparation when fitting dynamic models.
https://github.com/jeksterslab/dynutils

Last synced: 15 days ago
JSON representation

Utility functions for data preparation when fitting dynamic models.

Awesome Lists containing this project

README

        

dynUtils
================
Ivan Jacob Agaloos Pesigan
2024-10-01

[![R-CMD-check](https://github.com/jeksterslab/dynUtils/workflows/R-CMD-check/badge.svg)](https://github.com/jeksterslab/dynUtils/actions)
[![test-coverage](https://github.com/jeksterslab/dynUtils/actions/workflows/test-coverage.yml/badge.svg)](https://github.com/jeksterslab/dynUtils/actions/workflows/test-coverage.yml)
[![lint](https://github.com/jeksterslab/dynUtils/actions/workflows/lint.yml/badge.svg)](https://github.com/jeksterslab/dynUtils/actions/workflows/lint.yml)
[![pkgdown](https://github.com/jeksterslab/dynUtils/actions/workflows/pkgdown-gh-pages.yml/badge.svg)](https://github.com/jeksterslab/dynUtils/actions/workflows/pkgdown-gh-pages.yml)
[![codecov](https://codecov.io/gh/jeksterslab/dynUtils/branch/main/graph/badge.svg)](https://codecov.io/gh/jeksterslab/dynUtils)

## Description

Utility functions for data preparation when fitting dynamic models.

## Installation

You can install the released version of `dynUtils` from
[GitHub](https://github.com/jeksterslab/dynUtils) with:

``` r
if (!require("remotes")) install.packages("remotes")
remotes::install_github("jeksterslab/dynUtils")
```

## More Information

See [GitHub Pages](https://jeksterslab.github.io/dynUtils) for package
documentation.

## References

R Core Team. (2023). *R: A language and environment for statistical
computing*. R Foundation for Statistical Computing.