Question
subject:- business analytics select the answer Question 21 Not yet answered Marked out of 1.00 Flag question Question text Which statement is true about as.integer()
subject:- business analytics
select the answer
Question 21
Not yet answered
Marked out of 1.00
Flag question
Question text
Which statement is true about as.integer() command in R?
Select one:
a. It converts decimal value to character value
b. It converts character value to integer value
c. It converts integer value to character value
d. It converts decimal value to integer value
Clear my choice
Question 22
Not yet answered
Marked out of 1.00
Flag question
Question text
A scatterplot that appears as a shapeless mass of data points indicates _____ relationship among the variables.
Select one:
a. no
b. a curved
c. a linear
d. a nonlinear
Clear my choice
Question 23
Not yet answered
Marked out of 1.00
Flag question
Question text
Excel can be considered as
Select one:
a. Data Warehouse (DW)
b. Application to manage and use data (AMUD)
c. Just a simplest form of database system (DBS)
d. Relational database management system (RDBMS)
e. Database management system (DBMS)
Clear my choice
Question 24
Not yet answered
Marked out of 1.00
Flag question
Question text
Which of the following is not a feature of STAR schema used for OLAP model in data warehousing?
Select one:
a. It includes data cube of fact table and multiple dimension tables
b. Each dimension table can have one or more child dimensions
c. Only single join creates the relationship between the fact table and the dimension tables.
d. Dimension table has a primary key and attributes
e. It contains a fact table surrounded by dimension tables.
Clear my choice
Question 25
Not yet answered
Marked out of 1.00
Flag question
Question text
Which of the following command is correct to find position of missing values in a vector v1?
Select one:
a. which(v1=="NA")
b. which(v1==NA)
c. which(is.na(v1)=="NA")
d. which(is.na(v1))
Clear my choice
Question 26
Not yet answered
Marked out of 1.00
Flag question
Question text
The percentage of variation ( ) can be interpreted as the fraction (or percent) of variation of the
Select one:
a. explanatory variable explained by the regression line.
b. explanatory variable explained by the independent variable.
c. error explained by the regression line.
d. response variable explained by the regression line.
Clear my choice
Question 27
Not yet answered
Marked out of 1.00
Flag question
Question text
Credit score is an example of
Select one:
a. Interval data
b. Nominal data
c. Ordinal data
d. Ratio data
Clear my choice
Question 28
Not yet answered
Marked out of 1.00
Flag question
Question text
Which of the following R commands will you use to open comma delimited text file from R-console?
Select one:
a. read.data(file.choose( ))
b. read.table(file.choose( ), header = T, )
c. read.data(file.choose(), header = T, t)
d. read.csv(file.choose( ))
e. read.table(file.choose( ), header = T, \t)
Clear my choice
Question 29
Not yet answered
Marked out of 1.00
Flag question
Question text
A large collection of business data used to help an organization make decisions is
Select one:
a. Data Mining
b. Business Intelligence
c. Descriptive Analytics
d. Data warehouse
Clear my choice
Question 30
Not yet answered
Marked out of 1.00
Flag question
Question text
A correlation between Age and Health of a group of people is found to be -1.003. Which of the following statements is true?
Select one:
a. Age is not a good indicator of health
b. None of the options
c. Age is a good indicator of health
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started