Data Prep Sheet

Action Principale : bartScore

Preparation Code

Script awaiting validation
Copied!
1DATA mycas.score_data;
2 call streaminit(4321);
3 DO i = 1 to 100;
4 x1 = rand('UNIFORM');
5 x2 = rand('UNIFORM');
6 x3 = rand('UNIFORM');
7 y = 10 * sin(3.14 * x1 * x2) + 20 * (x3 - 0.5)**2 + 10 * rand('NORMAL');
8 OUTPUT;
9 END;
10RUN;
Actions using this script
  • bart bartScore En cours
  • No other action uses this exact script.