Month: May 2024
M6 Workshop STAT674
*Total 80 pts;*This workshop is to practice dataset concatenation and transpose; *Q1. (20pts) Add proper statements in the two data steps below to read the instream data properly. Check the provided data descriptions and make sure the created …
Read More »M5 Assignment Stat674
*Total 90 pts for this assignment;*********************************************************************************;*Q1: Examine the data set below and use it for the following questions. ; data PrdSale; input Country $ 1-8 ProdType $ 9-18 Product $ 19-24 Sales 25-30;datalines;CANADA FURNITURE BED 220CANADA OFFICE CHAIR…
Read More »M5 Workshop Stat674
*Total 90 pts for this workshop; *Q1 – follow the class example, create a simulation data using DO loops. Suppose it’s a sales and taxes tracking data for a pariticular small buisness. ** Q1.1: Use a DATA…
Read More »M4 Assignment STAT674
Download the dataset statistician10.sas7bdat and place it in a folder you can access via SAS studio. Note that the extension name is SAS7BDAT, meaning this is already a SAS dataset. Hint: use NOUNIKEY types () ORIGIN*type;
Read More »M4 Workshop STAT674
****M4 WorkshopObjectives:To review key concepts about sas procedures(PROCs)To review general options and statements associated with following SAS procedures PROC PRINT, PROC SORT, PROC MEANS, and PROC FREQTo understand the results of these procedures;*********************************************************************************;*Q1 – this section explores…
Read More »M3 Assignment Stat674
****************************************M3 Assignment: creating new variablesWrite codes as requested by each question.If needed, put your answers in /* */ as comments. Submit your code in PDF or Word format. Code with colors is preferred.Make sure your submission file includes the…
Read More »M3 Workshop STAT674
M3 Workshop*********************************************************************************;***Q1: Fish Data;*1.1(5 pts): Write the appropriate SAS code to create the following variables in a data set called fish based on the data set sashelp.fish; *1.2: create variables for each of the following;*(10 pts) – the Species…
Read More »M2 Assignment STAT674
The SAS code file M2.sas has the questions 1,2,3,4 while the rest are in this guidance file. Follow the code in the .sas file step by step and answer the questions. Use this as a template for later…
Read More »M2 Workshop STAT674
Execute the data step below to set up the data set for this workshop;* Be sure the file m2_cars.dat is stored in the appropriate location on your computer to be accessed by SAS Studio;*magic string;;*’;*”;*/;data work.carsales_indata; infile “/…/m2_cars.dat”; …
Read More »M1 Assignment Stat674
Save the assignment file and name it with your name as suffix, like M1_assignment_JohnSmith.docx. Include any code under the questions where appropriate. Show the results and clearly answer the questions. Submit the .docx file as the first file…
Read More »