BookmarkSubscribeRSS Feed
Reg_symput
Calcite | Level 5
Hi guys,

I'm trying to find out about regression imputation using CALL SYMPUT macro.

Does anyone has a simple example to show, I check the web, but couldn't find a useful one.

I've data set missing values on a market research with variables car sales data,
Ford, GM, Honda sales data are missing more than 40% I've peoples income levels and spending avg complete data, but I don't know how to impute with regression imputation.

Could you please give a simple example?

Thanks,
2 REPLIES 2
sbb
Lapis Lazuli | Level 10 sbb
Lapis Lazuli | Level 10
What is expected with the CALL SYMPUT specifically? If you are looking to input data from an external file to combine with your other SAS dataset(s), the SAS conference paper (link below) demonstrates using the DATA step and the INPUT statement to build a SAS file from a sequential input.

Otherwise, if you have some specific INPUT and OUTPUT sample conditions to offer, beyond what can be accomplished with the processes explained in the referenced paper, please re-post with some explanation of the SAS macro variable purpose (where you mention CALL SYMPUT).


Scott Barry
SBBWorks, Inc.

Hands-On Introduction to SAS® DATA Step Programming
Debbie Buck, D. B. & P. Associates, Houston, TX

http://www2.sas.com/proceedings/sugi30/134-30.pdf
statsplank
Calcite | Level 5
Hi Reg_symput,

I think the following may be of help to you.

There is PROC MI to do imputation of missing data:

http://support.sas.com/documentation/cdl/en/statug/59654/HTML/default/statug_mi_sect001.htm

Example 54.3 Regression Method shows how to impute missing values using the regression method:

http://support.sas.com/documentation/cdl/en/statug/59654/HTML/default/statug_mi_sect040.htm

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 714 views
  • 0 likes
  • 3 in conversation