Package: abasequence 0.1.0
abasequence: Coding 'ABA' Patterns for Sequence Data
Provides a suite of functions for analyzing sequences of events. Users can generate and code sequences based on predefined rules, with a special focus on the identification of sequences coded as 'ABA' (when one element appears, followed by a different one, and then followed by the first). Additionally, the package offers the ability to calculate the length of consecutive 'ABA'-coded sequences sharing common elements. The methods implemented in this package are based on the work by Ziembowicz, K., Rychwalska, A., & Nowak, A. (2022). <doi:10.1177/10464964221118674>.
Authors:
abasequence_0.1.0.tar.gz
abasequence_0.1.0.zip(r-4.7)abasequence_0.1.0.zip(r-4.6)abasequence_0.1.0.zip(r-4.5)
abasequence_0.1.0.tgz(r-4.6-any)abasequence_0.1.0.tgz(r-4.5-any)
abasequence_0.1.0.tar.gz(r-4.7-any)abasequence_0.1.0.tar.gz(r-4.6-any)
abasequence_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
abasequence/json (API)
| # Install 'abasequence' in R: |
| install.packages('abasequence', repos = c('https://peerreview269.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:d43c810d5d. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 93 | ||
| source / vignettes | OK | 145 | ||
| linux-release-x86_64 | OK | 84 | ||
| macos-release-arm64 | OK | 134 | ||
| macos-oldrel-arm64 | OK | 141 | ||
| windows-devel | OK | 65 | ||
| windows-release | OK | 64 | ||
| windows-oldrel | OK | 55 | ||
| wasm-release | OK | 73 |
Exports:count_eventscreate_is_abagenerate_codesgenerate_length_abagenerate_sequences
Dependencies:
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Count the Number of Occurrences of Each Event in a Sequence | count_events |
| Create a Dummy Variable Indicating Whether a Code Represents 'ABA' (1) or not (0). | create_is_aba |
| Generate Codes for Sequences Based on Certain Rules | generate_codes |
| Generate Length of Consecutive 'ABA'-Coded Sequences | generate_length_aba |
| Generate Sequences of a Given Length from a Numeric Vector | generate_sequences |
