Skip to contents

PakNAcc: Shiny App for National Accounts

Muhammad Yaseen1,2, and Zahid Asghar3
  1. School of Mathematical & Statistical Sciences, Clemson University, Clemson, South Carolina, USA
  2. Department of Mathematics and Statistics, University of Agriculture Faisalabad, Pakistan
  3. School of Economics, Quaid-i-Azam University, Islamabad, Pakistan

minimal R version License: GPL v3 CRAN_Status_Badge rstudio mirror downloads

develVersion

Project Status: WIP lifecycle Last-changedate ***

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")

What’s new

To know whats new in this version type:

news(package = "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)},
  }