Skip to content

Commit

Permalink
Update EDA.sas
Browse files Browse the repository at this point in the history
  • Loading branch information
amitmse authored Jun 9, 2024
1 parent 708a50e commit b9d8226
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions EDA.sas
Original file line number Diff line number Diff line change
Expand Up @@ -568,14 +568,14 @@ proc export data = &data._means outfile="&output." dbms = csv replace; run;
/****************************************************************************************************************/
/*****User input ************************************************************************************************/

Libname local "Y:\HK_US_PX_01\data\Abhishek\temp\To Amit\";
Libname local "C:\data\";

%let drop_pct = 0.998;
%let output = Y:\HK_US_PX_01\data\Abhishek\temp\To Amit\EDA.csv ;
/*%let SAS_CODE_LOCATION = C:\Users\1567478\Documents\MyData\04.HK_US_PX_01\data\ ;*/
%let output = C:\data\EDA.csv ;
/*%let SAS_CODE_LOCATION = C:\data\ ;*/

%better_means(
data = dev ,
data = dev ,
varlst = ,
clss = ,
wghts = ,
Expand All @@ -585,7 +585,7 @@ Libname local "Y:\HK_US_PX_01\data\Abhishek\temp\To Amit\";

/*********************************************************************************************/

/*proc contents data = ddata.a_probe_to_model_1; run;*/
/*proc contents data = temp; run;*/
/*data Dev;*/
/* set sashelp.zipcode;*/
/* run;*/

0 comments on commit b9d8226

Please sign in to comment.