powered by
Produce model matrices for a generalized polynomial smooth from the model matrices for the marginal bases of the smooth.
glp.model.matrix(X)
A model matrix for a generalized polynomial smooth.
a list of model matrices for the marginal bases of a smooth
Jeffrey S. Racine racinej@mcmaster.ca
This function computes a generalized polynomial where the orders of each term entering the polynomial may vary.
Hall, P. and J.S. Racine (forthcoming), “Cross-Validated Generalized Local Polynomial Regression,” Journal of Econometrics.
X <- list(matrix(1:4,2,2),matrix(5:10,2,3)) glp.model.matrix(X)
Run the code above in your browser using DataLab