create_panel_data function

Prepare data sets for linear and nonlinear panel model

Prepare data sets for linear and nonlinear panel model

Function to create panel data for linear and nonlinear model.

create_panel_data(specs, data_set)

Arguments

  • specs: A list with specifications created in lp_lin_panel or lp_nl_panel .
  • data_set: A data.frame consisting of a panel data set.

Returns

A list with prepared endogenous and exogenous data as well as the updated list specs.

  • Maintainer: Philipp Adämmer
  • License: GPL (>= 2)
  • Last published: 2025-03-18

Useful links