Borrar filtros
Borrar filtros

Change variables for regression to use it as dummies

1 visualización (últimos 30 días)
Max
Max el 26 de Ag. de 2022
Comentada: dpb el 26 de Ag. de 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 comentario
dpb
dpb el 26 de Ag. de 2022
That's trivial use of <Logical Indexing> in MATLAB
mBoardGenDiv=BoardGenderDiversity(BoardGenderDiversity>30);

Iniciar sesión para comentar.

Respuestas (0)

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by