PakNAcc
: Shiny App for National Accounts
Version : 0.2.0; Copyright (C) 2024: License: GPL-2|GPL-3
Muhammad Yaseen1,2, and Zahid Asghar3
- School of Mathematical & Statistical Sciences, Clemson University, Clemson, South Carolina, USA
- Department of Mathematics and Statistics, University of Agriculture Faisalabad, Pakistan
- School of Economics, Quaid-i-Azam University, Islamabad, Pakistan
Description
Provides a comprehensive suite of tools for analyzing Pakistan’s Quarterly National Accounts data. Users can gain detailed insights into Pakistan’s economic performance, visualize quarterly trends, and detect patterns and anomalies in key economic indicators. Compare sector contributions—including agriculture, industry, and services—to understand their influence on economic growth or decline. Customize analyses by filtering and manipulating data to focus on specific areas of interest. Ideal for policymakers, researchers, and analysts aiming to make informed, data-driven decisions based on timely and detailed economic insights.
Installation
The package can be installed from CRAN as follows:
install.packages("PakNAcc", dependencies = TRUE)
The development version can be installed from github as follows:
if (!require("remotes")) install.packages("remotes")
remotes::install_github("myaseen208/PakNAcc")
Citing PakNAcc
To cite the methods in the package use:
citation("PakNAcc")
Please, support this project by citing it in your publications!
Yaseen M, Asghar Z (2024). _PakNAcc: Shiny App for National
Accounts_.
A BibTeX entry for LaTeX users is
@Manual{,
title = {PakNAcc: Shiny App for National Accounts},
author = {Muhammad Yaseen and Zahid Asghar},
year = {2024},
journal = {The Comprehensive R Archive Network (CRAN)},
}