subsetByVIF selects subsets of the covariates such that each covariate in a given subset has a VIF that is less than or equal to a value specified by the user. This program has been posted on the Statistical Software Components (SSC) archive.
We are frequently faced with analyzing data sets in which the ratio of covariates to patients is high. There are several approaches to analyzing such data including penalized regression methods, k-fold cross-validation techniques, and bagging. A problem with any of these approaches is that, even after the elimination of variables causing multicollinearity, the variance-covariance matrix of the remaining covariates is often highly ill-conditioned. The subsetByVIF program reduces the number of covariates to the largest subsample such that the maximum VIF for each variable in the subsample is less than some value specified by the user. These variables are selected without regard to the dependent variable of interest, which should mitigate problems due to overfitting. The use of this program should improve the convergence properties of many methods of exploratory data analysis.
Please see the subsetByVIF help file in the SSC archive for further details.
Related Posts with subsetByVIF -- An ado file that selects a subset of covariates constrained by variance inflation factors (VIFs)
Interpreting an Unexpected Negative Beta in HMRHello! I'm hoping someone can help me interpret an unexpected negative value for a beta that I obtai…
Annual Average by Year and Calculate PercentHello Statlisters, I have a dataset with 42 variables and 682 observations of all the starting leve…
inverse of odds ratioHi, I am doing a meta-analysis exploring the association between hyperglycemia and neurodevelopmenta…
asclogit to run McFadden's conditional logit model. model doesn't convergeHi everyone, I hope you are good. I am trying to understand college choice for high school seniors.…
Run Many RegressionsHello Forum Members, I have loaded my 'DATA' file and I seek to run all of these models on a simple…
Subscribe to:
Post Comments (Atom)
0 Response to subsetByVIF -- An ado file that selects a subset of covariates constrained by variance inflation factors (VIFs)
Post a Comment