Fiche Data Prep

Action Principale : binning

Code de préparation

Script en attente de validation
Copié !
1DATA casuser.ventas_clientes;
2 DO i = 1 to 100;
3 edad = 18 + floor(rand('UNIFORM')*50);
4 ingresos = 20000 + floor(rand('UNIFORM')*80000);
5 compras = 1 + floor(rand('UNIFORM')*20);
6 IF rand('UNIFORM') < 0.1 THEN call missing(edad);
7 OUTPUT;
8 END;
9RUN;
Actions utilisant ce script
  • dataPreprocess binning En cours
  • Aucune autre action n'utilise ce script exact.