Filter löschen
Filter löschen

Change variables for regression to use it as dummies

1 Ansicht (letzte 30 Tage)
Max
Max am 26 Aug. 2022
Kommentiert: dpb am 26 Aug. 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 Kommentar
dpb
dpb am 26 Aug. 2022
That's trivial use of <Logical Indexing> in MATLAB
mBoardGenDiv=BoardGenderDiversity(BoardGenderDiversity>30);

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by