Question

1. Which of the following functions in R can be used to inspect data object? Select...

1. Which of the following functions in R can be used to inspect data object? Select all that apply.

rm

glimpse()

head()

plot

2. To get an overview of your data, one can use the function:

ls()

args()

summary()

list()

5. Numerical summaries/characteristics of the population are called parameters.

True

False

Homework Answers

Answer #1

1. rm is not useful in inspecting a data object. As it is used to removes the data object.

glimpse () is used to show the glimpse of data object. From, this command we can find the structure of data object.

head() is used to show upper 7 observation of data set. Hence, it is used to inspect data set.

plot is a command used to plot the graph of data object from which can't be useful in inspecting the data object.

2. ls() is used to show the data set and function defined by user.

args() defines the argument and their default value.

summary () is useful command which gives summary statistic for a data set such as mean, median, etc.

list() defines the structure of function

Therefore, they all can be used for overview of data.

3. Yes, the characteristics of population are called parameters.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Which type of R object can be used to store data that contain a factor variable...
Which type of R object can be used to store data that contain a factor variable and a numerical variable with different lengths? A) data frame B) list C) matrix D) array Which of the following function is not for importing data in R? A) read.table( ) B) scan( ) C) read.csv( ) D) write.table( )
Which one of the following situations does NOT have a retain cycle? Object 1 of struct...
Which one of the following situations does NOT have a retain cycle? Object 1 of struct A is assigned to a member of Object 2 of struct B, while Object 2 of struct B is assigned to a member of Object 1 of struct A. Object 1 of class A is assigned to a member of Object 2 of class A, while Object 2 of class A is assigned to a member of Object 1 of class A. Object 1...
Part 1 For a set of two-variable data, the correlation r can be used to assess:...
Part 1 For a set of two-variable data, the correlation r can be used to assess: Group of answer choices both the direction and the stength. the strength only. the direction only. the form/shape only. Part 2 The correlation r has: Group of answer choices the same units as the response variable y. no units. the same units as x times y. the same units as the explanatory variable x. Part 3 The correlation between two variables will be closer...
1. Write a function called compute_discount which takes a float as the cost and a Boolean...
1. Write a function called compute_discount which takes a float as the cost and a Boolean value to indicate membership. If the customer is a member, give him/her a 10% discount. If the customer is not a member, she/he will not receive a discount. Give all customers a 5% discount, since it is Cyber Tuesday. Return the discounted cost. Do not prompt the user for input or print within the compute_discount function. Call the function from within main() and pass...
Data For Tasks 1-8, consider the following data: 7.2, 1.2, 1.8, 2.8, 18, -1.9, -0.1, -1.5,...
Data For Tasks 1-8, consider the following data: 7.2, 1.2, 1.8, 2.8, 18, -1.9, -0.1, -1.5, 13.0, 3.2, -1.1, 7.0, 0.5, 3.9, 2.1, 4.1, 6.5 In Tasks 1-8 you are asked to conduct some computations regarding this data. The computation should be carried out manually. All the steps that go into the computation should be presented and explained. (You may use R in order to verify your computation, but not as a substitute for conducting the manual computations.) A Random...
True False Select the most correct answer. Question 1 (1 point) Most databases are just in...
True False Select the most correct answer. Question 1 (1 point) Most databases are just in 1NF. Question 1 options: True False Question 2 (1 point) A subquery is always preferred over a join. Question 2 options: True False Question 3 (1 point) A database may consist only of multiple files. Question 3 options: True False Question 4 (1 point) A database may exist without a database management system. Question 4 options: True False Question 5 (1 point) The insert...
Please answer the following Case analysis questions 1-How is New Balance performing compared to its primary...
Please answer the following Case analysis questions 1-How is New Balance performing compared to its primary rivals? How will the acquisition of Reebok by Adidas impact the structure of the athletic shoe industry? Is this likely to be favorable or unfavorable for New Balance? 2- What issues does New Balance management need to address? 3-What recommendations would you make to New Balance Management? What does New Balance need to do to continue to be successful? Should management continue to invest...
Using the model proposed by Lafley and Charan, analyze how Apigee was able to drive innovation....
Using the model proposed by Lafley and Charan, analyze how Apigee was able to drive innovation. case:    W17400 APIGEE: PEOPLE MANAGEMENT PRACTICES AND THE CHALLENGE OF GROWTH Ranjeet Nambudiri, S. Ramnarayan, and Catherine Xavier wrote this case solely to provide material for class discussion. The authors do not intend to illustrate either effective or ineffective handling of a managerial situation. The authors may have disguised certain names and other identifying information to protect confidentiality. This publication may not be...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT