MKAN1-UC 5103作业代写、代做Analytics作业、Java,Python,c/c++程序语言作业代做

日期:2020-05-21 11:08

Marketing Analytics Spring 2020 Final Exam

MKAN1-UC 5103 Marketing Analytics Spring 2020 Final Exam

Instructions (total 3 points):

? Develop the SAS syntax for each question in both Part I and Part II below and

save all syntax in ONE SAS file called "YourLastName_MA_Final_Exam"

You will need to save your Final Exam as a PDF File and submit that file. To save

as PDF, you can use the menu for Print and instead of a printer you will select

“Save as PDF” (cmd and P, on a Mac then select from bottom left, or Ctrl and P

on Windows then Destination “Save as PDF”).

Please inspect your PDF file before you submit it to ensure that no detail is cut

off (this will reduce your points). If any detail does not display on the PDF, you

may need to resize and add extra lines accordingly.

? Submit that file under this “Final Exam” Assignment as your answer to Final Exam

? Start your SAS file with this header by using SAS comments syntax:

o Course Name - Semester Year

o Your name

o Final Exam - date you complete the assignment

? Start your answer to each question below with the Question # by using SAS

comments syntax

? Keep your syntax in a clear format

? Please copy and paste the syntax generated into your SAS file even if you use

point-and-click methods/tasks

Questions (total 107 points):

Part I – sales csv dataset

1. (3 points) (1) Import “sales.csv” file into a SAS data set named “sales” in one of

your libraries. (2) Use proper syntax statements to rename the name of the

“QUANTITYORDERED” column in the sales data set into “quantity” and the

“PRICEEACH” column into “price”. (3) Use proper syntax statements to create a

new column in the data set called “revenue” where revenue = quantity * price.

2. (6 points) Based on Question 1, (1) create a Bar Chart showing the total number

of revenue the store earned by year id. (2) Use SAS comments syntax to describe

the information that you see from RESULTS (explain the chart).

3. (6 points) Based on Question 1, (1) create a Line Chart showing the average

quantity the store sold by month of the year. (2) Use SAS comments syntax to

describe the information that you see from RESULTS (explain the chart).

4. (6 points) Based on Question 1, (1) create a Pie Chart showing the total quantity

by deal size. (2) Use SAS comments syntax to describe the information that you

see from RESULTS (explain the chart).

2

Marketing Analytics Spring 2020 Final Exam

5. (6 points) Based on Question 1, (1) create a Mosaic Plot where y-axis is year id

and x-axis is product line. (2) Use SAS comments syntax to describe the

information that you see from RESULTS (explain the chart).

6. (6 points) Based on Question 1, (1) Create a Box Plot showing the revenue the

store earned by product line. Also, in Settings APPEARANCE, add a proper title

for the chart. (2) Use SAS comments syntax to describe the information that you

see from RESULTS (explain the plot).

7. (9 points) Based on Question 1, (1) use point and click Distribution Analysis Task

under Statistics to analyze the distribution of the “revenue” variable (make sure

in OPTIONS, check Histogram and goodness-of-fit tests, and Normal quantilequantile

plot). (2) Use SAS comments syntax to answer the questions below:

a. From the histogram, what you can conclude?

b. From goodness-of-fit tests, what is the null hypothesis? Based on the pvalue,

do we reject the null hypothesis? Then, what can we conclude

from the test?

c. What does Q-Q plot tell us?

8. (9 points) Based on Question 1, (1) use point and click One-sample T Test Task

under Statistics to test if the mean of the revenue variable is equal to 3,000. (2)

Use SAS comments syntax to answer the questions below:

a. What is the assumption of one-sample t-test? Does the target variable

“revenue” meet the assumption? How do you know?

b. What is the null hypothesis for this t-test? Do we reject the null

hypothesis? Why or why not? What will you conclude?

9. (10 points) Based on Question 1, (1) use point and click One-Way ANOVA Task

under Linear Models to test if the means of the revenue in different product line

groups are the same or not. (2) Use SAS comments syntax to answer the

questions below:

a. What are the two assumptions of One-Way ANOVA? Choose one

assumption to answer: Does the target variable “revenue” meet the

assumption you choose? How do you know?

b. What is the null hypothesis for this One-Way ANOVA test? Do we reject

the null hypothesis? Why or why not? What will you conclude?

c. List three specific pairs of product line groups where the mean revenues

are significantly different (significance level = 0.05)? How do you know

they have significant different means in revenue?

3

Marketing Analytics Spring 2020 Final Exam

Part II – skincancer csv dataset

Dataset Description

State State Name in US

Lat Latitude

Mort Skincancer mortality cases

Ocean If it is near Ocean or not -- Yes 1; No 0

Long Longitude

1. (2 points) Import “skincancer.csv” file into a SAS data set named “skincancer” in

one of your libraries.

2. (6 points) Based on Question 1, (1) create a Scatter Plot showing the relationship

between latitude and skincancer mortality cases. (2) Use SAS comments syntax

to describe the information that you see from RESULTS (explain the plot).

3. (9 points) Based on Question 1, (1) use point and click Correlation Analysis Task

under Statistics to explore the linear relationship between mortality, latitude and

longitude (Make sure to display p-values under OPTIONS-Statistics). (2) Use SAS

comments syntax to answer the questions below:

a. What are the relationships between each pair of the three variables?

How do you know?

b. Which correlation amongst the three variables is/are significant? How do

you know?

4. (10 points) Based on Question 1, (1) use point and click Two-sample T Test Task

under Statistics to test if the means of the mortality cases near ocean and far

away from ocean are the same or not. (2) Use SAS comments syntax to answer

the questions below:

a. What are the two assumptions of Two-sample t-test? Does the target

variable meet both assumptions or not? How do you know?

b. What is the null hypothesis for this Two-sample t-test? Do we reject the

null hypothesis? Why or why not? What will you conclude?

c. Is there any limitation in this two-sample t-test? If yes, please explain. If

no, why not?

5. (10 points) Based on Question 1, (1) create a Linear Regression Model to predict

the mortality cases by using latitude and longitude variables. (2) Use SAS

comments syntax to answer the questions below:

a. Explain the meanings of different p-values in the results. What shall we

conclude about the different variables and the model?

b. What is the value of R Square? What does it mean?

4

Marketing Analytics Spring 2020 Final Exam

6. (9 points) Based on Question 1, (1) create a Linear Regression Model to predict

the mortality cases by using latitude and the interaction effect between ocean

and latitude. (2) Use SAS comments syntax to answer the questions below:

a. Explain the meanings of different p-values in the results. What shall we

conclude about the different variables and the model?

b. Is this model better than the model in Question 5 above? How do you

know?

Note:

? This is a 110-point Final Exam. You need to submit your answers by the due time,

answer satisfactorily all points in each question and follow these instructions

fully. Late submissions will receive automatic 0 points.

? This is an individual take-home Final Exam. Any teamwork found will receive

automatic 0 points.

下列python语言、返回结果不是uc_MKAN1-UC 5103作业代写、代做Analytics作业、Java,Python,c/c++程序语言作业代做...相关推荐

  1. 与java类似的电脑程序语言_2018十大最热门编程语言排行榜出炉,Java竟不是第一!...

    请注意这个排行榜只是反映某个编程语言的热门程度,并不能说明一门编程语言好不好,或者一门语言所编写的代码数量多少.请注意这个排行榜只是反映某个编程语言的 热门程度,并不能说明一门编程语言好不好,或者一门 ...

  2. python 二维数组长度_剑指offer二维数组中的查找【Java+Python】

    点击上方"蓝字",关注了解更多 二维数组中的查找 1. 题目描述 在一个二维数组中(每个一维数组的长度相同),每一行都按照从左到右递增的顺序排序,每一列都按照从上到下递增的顺序排序 ...

  3. python剑指offer替换空格_《剑指offer》2-替换空格【Java+Python】

    替换空格 1. 题目描述 请实现一个函数,将一个字符串中的空格替换成"%20". 2. 示例 例如,当字符串为We Are Happy.则经过替换之后的字符串为We%20Are%2 ...

  4. c语言for循环26个英文字母,菜鸟求助,写一个随机输出26个英文字母的程序

    该楼层疑似违规已被系统折叠 隐藏此楼查看此楼 #include #include // 用srand.rand函数了 #include // 用time函数了 #define LEN 32 // 产生 ...

  5. python实验报告代写_TensorFlow作业代写、代做Python程序语言作业、代写github课程作业、Python实验作业代写...

    TensorFlow作业代写.代做Python程序语言作业.代写github课程作业.Python实验作业代写 日期:2019-07-10 10:34 Python Practical Examine ...

  6. 如何掌握程序语言(转自王垠Blog)

    摘要:这篇文章曾经叫做<初学者程序语言的选择>,但是后来我发现,这里给出的看法其实不只是给初学者看的,甚至可能会让初学者看不懂.而就我在 Google 实习的时候的观察看来,很多写了几十年 ...

  7. java sql封装,在Java系统中封装SQL语言的处理方法及系统的制作方法

    在Java系统中封装SQL语言的处理方法及系统的制作方法[ 技术领域: ][0001]本发明涉及计算机数据处理 技术领域: ,特别是涉及一种在Java系统中封装SQL语言的处理方法及系统.[ 背景技术 ...

  8. 如何掌握程序语言(王垠)

    学习程序语言是每个程序员的必经之路.可是这个世界上有太多的程序语言,每一种都号称具有最新的"特性".所以程序员的苦恼就在于总是需要学习各种稀奇古怪的语言,而且必须紧跟"潮 ...

  9. 世界上的程序语言已经这么多了,为什么还不够?

    程序语千百种,想要学 Coding 就必须先确定你的目的是什么,有的是拿来写 App 的,有的是专写操作系统,有的则是拿来写网页的 -- 各种不同的目的都有其最适合的语言. 常见的语言如 C++.Ja ...

  10. 世界上的程序语言那么丰富,还不够吗?

    [IT168 评论]程序语言百百种,想要学 Coding 就必须先确定你的目的是什么,有的是拿来写App的,有的是专写操作系统,有的则是拿来写网页的 -- 各种不同的目的都有其最适合的语言.常见的语言 ...

最新文章

  1. Android Thread第二次Thread.start()报错的疑问
  2. uniapp中easycom组件的封装
  3. JavaScript学习笔记(8)——JavaScript语法之运算符
  4. 组态王接入多比物联网云平台
  5. sql server常用函数
  6. PHP 中 this,self,parent 的区别、用法
  7. matlab whos命令
  8. 杭电OJ分类题目(3)
  9. Steam软件联网问题解决方案
  10. CINTA:陪集与拉格朗日定理
  11. 我最在行 诗词 连续错误的
  12. 物流基础知识(十五)
  13. java代码pdf转图片中文乱码解决
  14. JSD-2204-JavaScript-Vue-Day05
  15. CMake和Make之间的区别
  16. python替换 输入手机号_python file模块 替换输入内容脚本
  17. 设置图表标题、坐标轴标题及窗口标题
  18. Linux下ps aux中进程状态为Ss,S+, Rs,Ds是什么意思?
  19. 华硕z97不识别m2固态_华硕主板Z97-A无法识别intel M.2 NVME固态硬盘的解决方法
  20. 类脑计算:让人工智能走得更远

热门文章

  1. Maven中Spring-Data-Redis存储对象(redisTemplate)
  2. html JSP 富文本案例,JSP页面引入Ueditor富文本编辑器!
  3. LOJ10121 与众不同
  4. Get Requests with Json Data Get Requests with Url Parameters
  5. css用hover制作下拉菜单
  6. iOS本地推送UILocalNotification
  7. 哈希表(HashTable)探究(转)
  8. 深度学习第二课--图像识别与KNN
  9. 跨域问题及CORS机制
  10. Redis windows学习(二)——Redis持久化的AOF模式和RDB模式