BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
niam
Quartz | Level 8

Hi;

I am trying to create the probability plot in a PROC LIFEREG, but I receive this error message. Any ideas? I am using SAS 9.3

Thanks for reading this post

Error: Internal error in Java extension FindClass().

The code that I have is this:

proc lifereg data=dataset;

class urban;

MODEL timetoadoptlog*cen(0)=   market_share membetweennorm patientdegreenorm value effi2_mean/ distribution=normal  noint MAXITER=500;

probplot;

run;

1 ACCEPTED SOLUTION

Accepted Solutions
niam
Quartz | Level 8

Thanks for the suggestion.

It seems that problem was related to the html viewer I was using. I closed the SAS and the next time it was running perfectly.

View solution in original post

2 REPLIES 2
Doc_Duke
Rhodochrosite | Level 12

That sort of error is often an installation issue.  Suggest you call tech support.

niam
Quartz | Level 8

Thanks for the suggestion.

It seems that problem was related to the html viewer I was using. I closed the SAS and the next time it was running perfectly.

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
  • 1660 views
  • 3 likes
  • 2 in conversation