Effacer les filtres
Effacer les filtres

Change variables for regression to use it as dummies

1 vue (au cours des 30 derniers jours)
Max
Max le 26 Août 2022
Commenté : dpb le 26 Août 2022
I would like to change the datas to 0 and 1.
Anything between 0 to 30% will be 0 and anything over 30 should be 1.
Does someone has a script to change it ?
Thats my code to change it into a vertical order (changed the name from Board Gender Diversity to mBoardGenDiv):
mBoardGenDiv = mBoardGenDiv(:,[1:end]);
mBoardGenDiv = mBoardGenDiv(:);
Thanks in advance!
  1 commentaire
dpb
dpb le 26 Août 2022
That's trivial use of <Logical Indexing> in MATLAB
mBoardGenDiv=BoardGenderDiversity(BoardGenderDiversity>30);

Connectez-vous pour commenter.

Réponses (0)

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by