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-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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