M7 Workshop STAT674

No Picture

* Total 80 points for this workshop;/*The local school district has a SAS data set called DISTRICT that contains the rubric used for classifying teachers’sannual evaluations. The evaluation rating is based on two components: a teacher score and…

Read More »

M6 Assignment STAT674

No Picture

Now that you have learned SAS data steps and basic procedures, you can start to use simulation to better understand some basic statistics. In this assignment, you will try and simulate the sample mean of a variable.  Follow…

Read More »

M6 Workshop STAT674

No Picture

*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

No Picture

*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

No Picture

*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

No Picture

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

No Picture

****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

No Picture

****************************************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

No Picture

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

No Picture

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 »