Business Analytics Assignment
What is a Business Report? What are the main characteristics of a Business Report?
What is Business Analytics? What is the need of BA? How it is helpful in any organization
elaborate with an example.
How many data structures R has?
What are R packages?
How can you load a .csv file in R?
State the features of R Language
Elaborate the following R objects. a)vector b)data frame c)matrixd)list
How will you identify and treat the missing value and outlier data in R?
What are the different ways to read the dataset? How to create and rename a variable in R?
What are the read write methods available in R andexplain?
How to create a Bar Chart & Histogram ?
How to create a Scatter Plot & a Box Plot ?
Generalize the graphical analysis in data analysis? List the various plots in R and explain in
detail.
Explain different matrix operation function in R?
What are the data structures in R that is used to perform statistical analyses and create
graphs?
Define mean, median, mode and standard deviation.
Write R script to create a line graph.
Explain the importance of data visualization techniques?
How can business managers use the Descriptive, Predictive and Prescriptive Analytics for
making better business decisions? Discuss with examples.
Briefly explain the below terms Marketing Analytics
Briefly explain the below terms Structured Data
Write about Arithmetic and Boolean operators in R programming?
Find median and mode of following numbers12,13,11,10,9,11,7,11,10,15,16,11.
Explain the importance of dataframe?
Write syntax of if else in R.
Describe about a) Matrix b) Data Frame
Explain how to save the data in R
Explain about a) List b) Vector
Write navigation to Apply Scatter Plot, Box Plot and Histogram in R.
Explain types of business analytics with necessary examples.
What is social media analytics? Explain the role of analytics in Face book.
Define various types of Digital data and also discuss the sources of these digital data.
Explain Data Visualization. Which different types of charts are used for qualitative data,
quantitative data as well as data visualization for text data?
Describe in detail the different components of business analytics with its conceptual diagram.
How can business intelligence be used by business organizations in enhancing customer
experience and business performance?
Explain the concept of Business analytics. What are the different types of analytics? Discuss with
suitable examples.
Discuss the importance of business analytics?
Display numbers 1 to 30 in R
Explain different data structures in R. Display any 5 cities names in R using objects.
How you Apply Vectors? Use Data Frames in R. Also discuss the process to use data from an
external file in R.
Explain different types of operators in R.
Write about data frame? Write about operations on data frame.
What Is R?
What Is Difference Between Matrix And Dataframes?
Explain How Data Is Aggregated In R.?
In R how missing values are represented ?
How missing values and impossible values are represented in R language?
How will you merge two data frames in R programming language?
What are the data structures in R that is used to perform statistical analyses and create
graphs?
Explain the importance of data frame?
State the features of R Language
Write a R program to create a data frame from two given Vectors like Names:
Radha Kavita Golu Ravi
24 14 19.2 54.5
. Draw a pie chart for the following data
Section I II III IV V
No. of workers 210 390 180 75 145
Elaborate the following R objects.
i. Vector ii. Data frame iii. Matrix
Create a data frame with a = c(1, 2, 3), b = c(4, 5, 6), c(7, 8, 9) and find the value of the
following
I. How do I select the c (4, 5, 6)?
II. How do I select the 1?
III. How do I select the 5?
IV. What is df[, 3]?
V. What is df[1,]?
VI. What is df[2, 2]?