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.

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