Other packages > Find by keyword >

TractorTsbox  

Wrangle and Modify Ts Object with Classic Frequencies and Exact Dates
View on CRAN: Click here


Download and install TractorTsbox package within the R console
Install from CRAN:
install.packages("TractorTsbox")

Install from Github:
library("remotes")
install_github("cran/TractorTsbox")

Install by package version:
library("remotes")
install_version("TractorTsbox", "0.1.1")



Attach the package and use:
library("TractorTsbox")
Maintained by
Tanguy Barthelemy
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2025-04-03
Latest Update: 2025-04-03
Description:
The ts objects in R are managed using a very specific date format (in the form c(2022, 9) for September 2022 or c(2021, 2) for the second quarter of 2021, depending on the frequency, for example). We focus solely on monthly and quarterly series to manage the dates of ts objects. The general idea is to offer a set of functions to manage this date format without it being too restrictive or too imprecise depending on the rounding. This is a compromise between simplicity, precision and use of the basic 'stats' functions for creating and managing time series (ts(), window()). Les objets ts en R sont gérés par un format de date très particulier (sous la forme c(2022, 9) pour septembre 2022 ou c(2021, 2) pour le deuxième trimestre 2021 selon la fréquence par exemple). On se concentre uniquement sur les séries mensuelles et trimestrielles pour gérer les dates des objets ts. Lidée générale est de proposer un ensemble de fonctions pour gérer ce format de date sans que ce soit trop contraignant ou trop imprécis selon les arrondis. Cest un compromis entre simplicité, précision et utilisation des fonctions du package 'stats' de création et de gestion des séries temporelles (ts(), window()).
How to cite:
Tanguy Barthelemy (2025). TractorTsbox: Wrangle and Modify Ts Object with Classic Frequencies and Exact Dates. R package version 0.1.1, https://cran.r-project.org/web/packages/TractorTsbox. Accessed 19 Apr. 2025.
Previous versions and publish date:
No previous versions
Other packages that cited TractorTsbox R package
View TractorTsbox citation profile
Other R packages that TractorTsbox depends, imports, suggests or enhances
Complete documentation for TractorTsbox
Functions, R codes and Examples using the TractorTsbox R package
Full TractorTsbox package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

signibox  
Statistical Significance Marks on Boxplots
Add significance marks to any R Boxplot, including a given significance niveau. ...
Download / Learn more Package Citations See dependency  
SDT  
Self-Determination Theory Measures
Functions for self-determination motivation theory (SDT) to compute measures of motivation internal ...
Download / Learn more Package Citations See dependency  
MScombine  
Combine Data from Positive and Negative Ionization Mode Finding Common Entities
Find common entities detected in both positive and negative ionization mode, delete this entity in ...
Download / Learn more Package Citations See dependency  
arsenal  
An Arsenal of 'R' Functions for Large-Scale Statistical Summaries
An Arsenal of 'R' functions for large-scale statistical summaries, which are streamlined to work wi ...
Download / Learn more Package Citations See dependency  
PCGSE  
Principal Component Gene Set Enrichment
Contains logic for computing the statistical association of variable groups, i.e., gene sets, with r ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

65,069

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA