Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1. Write a SAS program to create a SAS dataset BIG which has 100 observations of X=INT(RANUNI(0)*100+1). Print X values only from the dataset BIG.
1. Write a SAS program to create a SAS dataset BIG which has 100 observations of X=INT(RANUNI(0)*100+1). Print X values only from the dataset BIG.
2. Use the dataset BIG to create a 5% random samlple called SMALL. Solve this problem with an approximate solution using a teset with IF statement for the value of a random variable.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started