Checking input for the sim_paneldata function
sim_check(N, tt, beta, p, gamma, eta, lambda, het, phi, sd, burnins)
A list with two elements: a logical object error indicating if an error is encountered and a message (a character string) corresponding to the error. If error is TRUE, message contains an error message. If error is FALSE, message is an empty string.
The number of cross-sectional units in the panel-data
The number of time periods in the panel-data
The vector of coefficients for the placebo variables. Must be of size tt.
The number of additional regressors
The vector of coefficients for the additional regressors
The vector of fixed effects. Must be of size N.
The vector of time effects. Must be of size tt.
The heteroskedasticity parameter. Must be 0 or 1: het = 1
indicates that the error terms are generated under heteroskedasticity, het = 0
indicates the error terms are generated under homoscedasticity.
The AR(1) parameter for the error terms. Must be in the interval [0,1).
The standard deviation of the error terms. Must be a positive number.
The number of burn-ins for the AR(1) process. Must be a positive integer.