knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

panelhetero: Panel Data Analysis with Heterogeneous Dynamics

The panelhetero package provides tools for estimating the degree of heterogeneity acorss cross-sectional units using panel data. The methods are developed by the following papers:

Intsallation

Run:

install.packages("panelhetero")

or

# install.packages("devtools") # if necessary
devtools::install_github("tkhdyanagi/panelhetero", build_vignettes = TRUE)

Website

References



tkhdyanagi/panelhetero documentation built on June 28, 2023, 1:48 a.m.