(a) Number of elements = 5
Elements are the entities on which data are collected. Here data arecollected on the 5 Names
(b) Number of variables = 5
Variable is a characteristic of interest for the element. Here, Variables are: Name, Specialty, Sex, Age, Rank
(c) Number of observations = 5 X 5 = 25
Observations are the set of measurements collected for a particular element
(d)
(i) Variable 1: Name: Qualitative
(ii) Variable 2: Specialty: Qualitative
(iii) Variable 3: Sex: Qualitative
(iv) Variable 4: Age: Quantitative
(v) Variable 5: Rank: Qualitative
(e)
(i) Variable 1: Name: Nominal
(ii) Variable 2: Specialty: Nominal
(iii) Variable 3: Sex: Nominal
(iv) Variable 4: Age: Ratio
(v) Variable 5: Rank: Ordinal
1. The following data set provides information about five college professors. Name Specialty Sex Age Rank...
After graduation ceremonies at a university, six graduates were asked whether they were in favor of (identified by 1) or against (identified by 0) abortion. Some information about these graduates is shown below. Graduate Sex Age Abortion Issue Class Rank Nancy F 52 1 1 Michael M 24 1 2 Tammy F 33 0 4 Edward M 38 0 20 Jennifer F 25 1 3 Tim M 19 0 8 a. How many variables are in the data set? b....
1. After graduation ceremonies at a university, six graduates were asked whether they were in favor of (identified by 1) or against (identified by 0) capital punish- ment. Some information about these graduates is shown below Graduate Sex Age Opinion on Capital Punishment Class Rank Marissa female 24 0 ason male Wendy female 41 Edward male 38 Jennifer female 25 male 19 20 Tim 0 a. How many elements are in the data set? b. How many variables are in...
Use the following information to answer the 6 questions tht folow A study was conducted to assess faculty salarics at a four yearc interviews were conducted and the data were collected as follows gender (0-Female 1 Male rank (1 Assistant, 2 Associate, 3-F Department (History. Biology. Music years (of service since making lank) merit (merit Ranking) A random sample of 57 faculty members was collected and parts of the dats are shows below. A regression analysis of salary on this...
0.Use Factory Design Method 1. Implement an interface called EmployeeInfo with the following constant variables: FACULTY_MONTHLY_SALARY = 6000.00 STAFF_MONTHLY_HOURS_WORKED = 160 2. Implement an abstract class Employee with the following requirements: Attributes last name (String) first name (String) ID number (String) Sex - M or F Birth date - Use the Calendar Java class to create a date object Default argument constructor and argument constructors. Public methods toString - returning a string with the following format: ID Employee number :_________...