subject

Create the list described below using the "c" function in R and name the list "my_list". Use whatever intermediate steps or assignments you wish to create the list . The list should contain the following items in order: 1) the square root of all values from 1 to 100. 2) the values from 1 to 100 divided by the values from 7 to 11 Note that sequential values can be written using a ":" symbol. For example, the values from 1 to 10 can be written as "1:10" When you are finished, execute sum(my_list) to add up all the numbers. What is the sum as reported by R of the numbers in my_list

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 18:20
Write a method replacekey in the minheap class with the following signature: public void replacekey(integer oldkey, integer newkey) the method will replace the first occurrence of oldkey with the newkey, and restore the min-heap property after the change. if the oldkey does not exist in the heap, the method prints an appropriate message and returns without changing the heap. example: suppose our binary heap object (bh) has the following keys: *** 4 6 7 32 19 64 26 99 42 54 28 then the method call: bh.replacekey (oldkey integer(54), newkey integer(2))
Answers: 1
question
Computers and Technology, 23.06.2019 15:00
Idon’t understand the double8 coding problem. it is java
Answers: 1
question
Computers and Technology, 23.06.2019 17:20
What is the best assassins creed game?
Answers: 2
question
Computers and Technology, 23.06.2019 22:20
What is a programming method that provides for interactive modules to a website?
Answers: 1
You know the right answer?
Create the list described below using the "c" function in R and name the list "my_list". Use whateve...
Questions
question
Mathematics, 26.07.2019 08:00
Questions on the website: 13722362