Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

BUSI 4063 Business Intelligence and Analytics Download and install R and RStudio and perform initial setup and navigation . Learn the required content of this

BUSI 4063 Business Intelligence and Analytics

Download and install R and RStudio and perform initial setup and navigation .

Learn the required content of this unit, and conduct your research to answer the following questions in the discussion forum:

  1. What is a factor variable? When would you want to use a factor variable?
  2. What is unique about a numeric variable?
  3. Why would you use a data frame over a vector to store your data?
  4. Lists are the most complex of the R data types. What is the practical benefit of a list that stores a string, a numeric vector, and a matrix? Give real life examples.

You are encouraged to help each other in understanding Unit Activities and practicing with scripts and answering the questions in the discussion forum.

While you are watching the videos, and while you are reading the required texts, (Book chapter and articles) in "Unit 2: Activities" experiment with scripts and exercises in the Book chapter and the content and/or similar scripts. Practice with R scripts discussed in those resources using the installed Rstudio on your computer.

Call the libraries you use within every one of your scripts (even if you have called it in your command line) because your professor should be able to run your script on his/her computer. When you use one of the functions from a library, specify the library you are using by "::" notation. For example: library(ggplot2) library(mlbench) library(caret) ggplot2::ggplot(.......) caret::train(........)

Add comments to your ".R" script such that the reader would understand what you are intending by each command.

(OPTIONAL: If possible, for your working environment, then make an Rmarkdown document from your scripts with comments about what you have learned. Then Knit it to a pdf and upload three files to the Learning Activity Grade container.)

The file name should have this format: ActivityU4-firstnamelastname.For example, the file names will be:

  • LAU4-By-John-Smith.R ( the necessary Script)
  • LAU4-By-John-Smith.Rmd ( + if possible R Markdown document)
  • LAU4-By-John-Smith.pdf (+ if possible the result of knitting your scripts in Rmarkdown document that includes the outcomes)

The place you MUST upload these two files is to the"Learning Activity 2: grade" container.

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

Information Technology Project Management

Authors: Kathy Schwalbe

9th Edition

1337101354, 978-1337101356

More Books

Students also viewed these General Management questions

Question

Define tissue.

Answered: 1 week ago

Question

=+b) What do you conclude?

Answered: 1 week ago

Question

Explain the purposes of managing performance.

Answered: 1 week ago

Question

List 4 methods to evaluate training.

Answered: 1 week ago