pampe-internal {pampe} | R Documentation |
Implementation of the Panel Data Approach for Program Evaluation
Description
Description of internal function for the pampe package, regsubsets2aic. Takes the models estimated using regsubsets and orders them according to a model selection criteria like AIC, AICc, or BIC.
Usage
regsubsets2aic(x,y,z)
Arguments
x |
A matrix of predictors |
y |
A response vector |
z |
Output of regsubsets |
See Also
[Package pampe version 1.1.2 Index]