I am trying to construct a regression model with the stepwise procedure. I wonder given the relatively high number of variables (about 50 clinical variables) I am testing if it would be better to adjust for multiple testing (Bonferroni for example ?) Do you have any idea, recommendation of paper or any other reference? Thank you ! I tried to find some references online
Multiple testing adjustment for stepwise model selection
27 Views Asked by Mnz At
0
There are 0 best solutions below
Related Questions in MODEL
- Can raw means and estimated marginal means be the same ? And when?
- Can't load the saved model in PyTorch
- Question answering model for determine TRL(Technology Readiness Levels)
- Cannot trace my own model using torch.jit.trace
- Get json field value in sqlite model from view django
- Loading the pre-trained model from the .h5 file (Works on Colab but does not work on Local)
- how to get a model in js for odoo 16
- Is there a way to connect two models in mern and access user id of other model
- Using service in the constructor of a MODEL (angular)
- Beta coefficient of direct effect increases after controlling for mediator
- Running a pretrained model on real-time applications
- How to create two separate sets of data (one for daylight hours and another for nighttime hours) from hourly netcdf model output using CDO
- How to understand the Sensor Setting Property ID in the SIG Mesh model
- ValueError: Unknown layer: 'Custom>TFMPNetMainLayer'
- How to generate thumbnail images or GIFs from .GLB 3D models in Python?
Related Questions in LOGISTIC-REGRESSION
- Error in eval(predvars, data, env) : object 'Juice_practice' not found when running binary logistic regression in r
- Limited Number of Beta Coefficients for 1000 predictors using glm() in R
- Non-numeric argument to binary operator, despite values being numeric
- fasttext embeddings in order to do logistic regression
- Generalized mixed effect logistic regression model and strange p values (maybe separation of data)?
- Predicting if a customer will do something at a specific time based on previous history
- How do I convert a character string to hms in R? (including hms above 24 hours)
- How to fix the problem "operands could not be broadcast together with shapes" on get_margeff in statsmodels with dummy=True?
- logistic regression implementation - loss is not converging and poor model results
- Printf changes the outcome the program
- Logistic Lasso on large gene dataset specifically through the Knockoff package in R
- Regressions performed by hand
- Logistic Regression - AttributeError: 'tuple' object has no attribute 'fit'
- ImportError: cannot import name '_gb_losses' from 'sklearn.ensemble' ; Error deploying ML python webapp to streamlit community cloud
- why is e used so much in the NN?
Related Questions in FEATURE-SELECTION
- Selecting samples for supervised machine learning
- Multiple Scope value in Binding (Specflow)
- In sklearn, does a fitted pipeline reapply every transform?
- Identifying filtered features after feature selection with scikit learn
- mrmr feature selection and SVM classifier what is mean of m?
- "Points" not available for .C() for package "dprep"
- Find selected features by RandomizedLogisticRegression
- Reducing the Sparsity of a One-Hot Encoded dataset
- Sklearn MLP Feature Selection
- Recursive Feature Elimination CV in Sklearn changes when I remove features
- Is feature selection built into scikit-learn's SVMs?
- Display Correlation and pvalues as a list and erase which doesn't meet certain features
- how to calculate feature's discriminability
- Neural Nets Mixed Real-valued and Categorical Input Features
- Scikit-Learn Linear Regression how to get coefficient's respective features?
Related Questions in COEFFICIENTS
- Beta coefficient of direct effect increases after controlling for mediator
- How to train a linear regression for each pandas dataframe row and generate the slope
- Linear model slope gives NA when reducing original data
- Conjoint analysis in R: within model comparison of two sets of regerssion coefficients (AMCEs)
- obtaining habitat suitability layer from step selection function (iSSF) from the amt package in r
- Coefficients (coeffs) in MATLAB for 0 coefficients of x^n
- how to define suitable coefficients?
- Create a coefplot from matrix
- Cubic model coefficient drastically different that what it actually is but provided correct prediction
- Subsetting matrix by column number or name
- How to use the pmr package's command "rol()" to estimate rank-ordered logit coefficients via MLE in R?
- How to interpret decimal coefficients from a poisson regression inflated in 1
- Optim function does not give right solution
- How to recreate a model.avg (object of class "averaging") into a model object with the same coefficients and error for fixed and random effects
- Linear regression for coefficients regression
Related Questions in BONFERRONI
- PostHocTest with Bonferroni ajust in Three-way repeated measures ANOVA
- Several pairwise t-tests in R (with Bonferroni correction)
- Multiple testing adjustment for stepwise model selection
- How to improve efficiency for doing chi-squre test for over 10 outcomes and 5 variables?
- How to perform Bonferroni test for multiple comparison after Two-way Anova?
- Which post-hoc test to run with Wilcoxon signed rank sum test in R?
- friedmanmc() already account for the accumulation of Type I error?
- How to extract all the coefficients with the variable name and modalities of a regression model in a loop?
- Multiple Linear Regression Models with Bonferroni corrected p-values
- concerning my formula...Wilcox test and adjustment
- Apply Bonferroni to each p-value of my table
- How to run a linear regression in R with custom significance level
- Why do I get same p.adjusted both for Benjamini Hochberg and Bonferroni correlation test
- get pairwise difference from emmeans with quadratic covariate interaction
- FDR and Bonferroni corrections. Alternative calculation methods?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?