BookmarkSubscribeRSS Feed
BenP
Calcite | Level 5

Hey guys,

i 've got a big problem with the QLIM Procedure. every time i want to submit the program, an Error occurs.

ERROR: There are no valid observations for the category Loss_on_Liquidated_Property = 6.49

Proc qlim data=hypo.h_2007_arm;

model loss_on_liquidated_property = LTV_NEU current_fico_score_nbr current_loan_rate original_balance current_p_i_constant / discrete;

model log_relative_rr = LTV_NEU current_fico_score_nbr current_loan_rate original_balance current_p_i_constant / select (loss_on_liquidated_property>5000) truncated (ub=0);

run;

I think it is because of the select statement ? what does the  Error says? I'm sorry, i'm quit new to sas and i have to get in touch with it quikly, because I'm writing my Bachelor Theses.

Thanks for helping me

ben

1 REPLY 1
goladin
Calcite | Level 5

Hi,

I think there are all observations with category Loss_on_Liquidated_Property = 6.49 are missing?

Regards,

M

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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
  • 1 reply
  • 1046 views
  • 0 likes
  • 2 in conversation