powered by
This is an internal function which checks the validity of the data and provide a list of matrices of length \(R\) for estimation.
check_data( data, depvar_header = NULL, i_header = NULL, j_header = NULL, t_header = NULL )
A list of data matrices of length \(R\).
Either a data.frame or a list of data matrices of length \(R\). See Details.
A character string specifying the header of the dependent variable. See Details.
A character string specifying the header of the block identifier. See Details.
A character string specifying the header of the individual identifier. See Details.
A character string specifying the header of the time identifier. See Details.
See Details of GCC().
panel <- UKhouse # load the data Y_list <- check_data(panel, depvar_header = "dlPrice", i_header = "Region", j_header = "LPA_Type", t_header = "Date" )
Run the code above in your browser using DataLab