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.5)abasequence_0.1.0.zip(r-4.4)abasequence_0.1.0.zip(r-4.3)
abasequence_0.1.0.tgz(r-4.4-any)abasequence_0.1.0.tgz(r-4.3-any)
abasequence_0.1.0.tar.gz(r-4.5-noble)abasequence_0.1.0.tar.gz(r-4.4-noble)
abasequence_0.1.0.tgz(r-4.4-emscripten)abasequence_0.1.0.tgz(r-4.3-emscripten)
abasequence.pdf |abasequence.html✨
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 1 years agofrom:d43c810d5d. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 31 2024 |
R-4.5-win | OK | Oct 31 2024 |
R-4.5-linux | OK | Oct 31 2024 |
R-4.4-win | OK | Oct 31 2024 |
R-4.4-mac | OK | Oct 31 2024 |
R-4.3-win | OK | Oct 31 2024 |
R-4.3-mac | OK | Oct 31 2024 |
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 |