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...
1. Which one of the following is not a component of a layer? A geometric object...
1. Which one of the following is not a component of a layer? A geometric object (geom) Aesthetic mappings (aes) A position adjustment (position) A statistical transformation (stat) Date 2. A plot is: A set of layers A set of scales A coordinate system A facetting specification True False 3. Which is not true about geospatial data? Data containd longitude, latitude describes locations on the surface of the Earth Data is associated with locations Data contains location described by coordinates...
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...
You can complete this assignment individually or as a group of two people. In this assignment...
You can complete this assignment individually or as a group of two people. In this assignment you will create a ​​Sorted Singly-Linked List​ that performs basic list operations using C++. This linked list should not allow duplicate elements. Elements of the list should be of type ‘ItemType’. ‘ItemType’ class should have a private integer variable with the name ‘value’. Elements in the linked list should be sorted in the ascending order according to this ‘value’ variable. You should create a...
I NEED TASK 3 ONLY TASK 1 country.py class Country:     def __init__(self, name, pop, area, continent):...
I NEED TASK 3 ONLY TASK 1 country.py class Country:     def __init__(self, name, pop, area, continent):         self.name = name         self.pop = pop         self.area = area         self.continent = continent     def getName(self):         return self.name     def getPopulation(self):         return self.pop     def getArea(self):         return self.area     def getContinent(self):         return self.continent     def setPopulation(self, pop):         self.pop = pop     def setArea(self, area):         self.area = area     def setContinent(self, continent):         self.continent = continent     def __repr__(self):         return (f'{self.name} (pop:{self.pop}, size: {self.area}) in {self.continent} ') TASK 2 Python Program: File: catalogue.py from Country...
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...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT