Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

SAS You are givin the following code: OPTIONS LINESIZE=80 NODATE; DM LOG;CLEAR;; DATA oneb; INFILE 'ClientE$STA 311assign_4_scores_2.txt'; INPUT ID 1-3 Score1 5-6 Score2 8-9; RUN;

SAS You are givin the following code:

OPTIONS LINESIZE=80 NODATE; DM "LOG;CLEAR;"; DATA oneb; INFILE '\\Client\E$\STA 311\assign_4_scores_2.txt'; INPUT ID 1-3 Score1 5-6 Score2 8-9; RUN; PROC PRINT DATA=oneb; RUN;QUIT;

This is the .txt file: LeBron James 25.4 6.5 Kevin Love 18.7 11.2 Carmelo Anthony . . Kyrie Irving 23.8 2.3

This is the output:

image text in transcribed

1) Describe what goes wrong if you read the data and print it without changing the original SAS code. Please refer to both the variables (columns) and the observations (rows).

2) Include new code within the SAS program to determine whether using MISSOVER fixes the issue(s). Describe the result, in terms of both variables and observations.

3) Include new code within the SAS program to determine whether using TRUNCOVER fixes the issue(s). Describe the result, in terms of both variables and observations.

Obs ID Score1 Score2 14 13 17 15 16 19 Obs ID Score1 Score2 14 13 17 15 16 19

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Students also viewed these Databases questions

Question

Question Can life insurance be used in a Keogh (HR 10) plan?

Answered: 1 week ago