create_panel_data: Prepare data sets for linear and nonlinear panel model

View source: R/create_panel_data.R

create_panel_dataR Documentation

Prepare data sets for linear and nonlinear panel model

Description

Function to create panel data for linear and nonlinear model.

Usage

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.

Value

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


lpirfs documentation built on July 9, 2023, 6:35 p.m.