Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Import the Data worksheet of the Fortune 5 0 0 Download Fortune 5 0 0 excel file into JMP Pro. ( Hint: select only the

Import the Data worksheet of the Fortune500 Download Fortune500excel file into JMP Pro. (Hint: select only the Data Worksheet to open and adjust the "Column headers start on row" to match the header row number of the Data Worksheet.)
Add a new categorical column called Company_Size (Hint: Cols > New Columns). Assign a value:
"small" if the company has less than 20,000 employees
"medium" if the company has 20,000 or more but less than 40,000 employees
"big" if the company has 40,000 or more employees.
Hint: Use the following formula, which you can copy-and-paste directly into the formula panel of the newly added column called Company_Size:
If( :Name("# Employees" )<20000,
"small",
If( :Name("# Employees" )<40000,
"medium",
"big"))
Save the above data table as a JMP file called Data (Hint: File > Save As).

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_2

Step: 3

blur-text-image_3

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

Advances In Knowledge Discovery In Databases

Authors: Animesh Adhikari, Jhimli Adhikari

1st Edition

3319132121, 9783319132129

More Books

Students also viewed these Databases questions

Question

Explain the seven dimensions of an organizations climate.

Answered: 1 week ago

Question

=+differences in home- and host-country costs of living?

Answered: 1 week ago

Question

=+derived from the assignment will balance the costs?

Answered: 1 week ago