You are on page 1of 1

Select Split & Transform

Name: ____________________________________________________

1. Command head gives you:


a b c d
Few bottom rows Column headings Column headings with Few top rows with
without column few rows selected column headings
headings randomly

2. Selection of few variables from a data sets involves function/command:


a b c d
subset matrix Data frame None of the given

3. In place of symbol <- for capturing subset into a new name of data set, you can also use :
a b c d
== = -< >-

4. Command for finding square root is:


a b c d
sqrt squareroot Square root srqt

5. Sign $ is used for:


a b c d
Identifying a data Identifying a variable Identifying a function Identifying a row

6. Command tail gives you:


a b c d
Few bottom rows Column headings Column headings with Few bottom rows with
without column few rows selected column headings
headings randomly

7. Case numbers with complete data can be seen by typing:


a b c d
head tail Data name nos

8. One of the major purpose of Transformation is:


a b c d
Making data normal Making data hi-tech Making data good Making data as it is
looking data

9. One of the purpose of reducing categories in a categorical variable is related to:


a b c d
One sample t test Paired sample t test One sample t test Chi Square test

10. For selecting 7 percent data randomly from a data set name jack, size will have expression:
a b c d
0.7*nrow(jack) 0.07*nrow(jack) 0.007*nrow(jack) 0.07+nrow(jack)

You might also like