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

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

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