I am creating SAS code, but am receiving an errors " ERROR: Value is out of...

80.2K

Verified Solution

Question

Basic Math

I am creating SAS code, but am receiving an errors "

ERROR: Value is out of range or inappropriate.

ERROR: No body file. HTML5(WEB) output will not be created."

This is the code:

option ls=65 ps=65;

data one;

input IQ;

cards;

145

139

122

;

title 'Normal Quantile - Quantile Plot for IQ';

ods graphics on;

proc univariate data=one;

qqplot IQ / normal (mu=est sigma=est);

run;

Answer & Explanation Solved by verified expert
3.7 Ratings (596 Votes)
There is no    See Answer
Get Answers to Unlimited Questions

Join us to gain access to millions of questions and expert answers. Enjoy exclusive benefits tailored just for you!

Membership Benefits:
  • Unlimited Question Access with detailed Answers
  • Zin AI - 3 Million Words
  • 10 Dall-E 3 Images
  • 20 Plot Generations
  • Conversation with Dialogue Memory
  • No Ads, Ever!
  • Access to Our Best AI Platform: Flex AI - Your personal assistant for all your inquiries!
Become a Member

Other questions asked by students