Biology, asked by sultan44, 7 months ago


Consider the following function.
f<- function() {
g<-function(y) {
y+z
}
Z<- 4
X + g(x)
}
1)If we execute following commands
written below), what will be the
output?
Z <- 38
f(4)
11:29 am​

Answers

Answered by mdzaidkhan786
1

Answer:

serious about data science, chances are that you either already know R or are learning it. R also has a thriving ecosystem of various statistics and data science libraries. In order to help our community test themselves on their knowledge of R, we created these skill tests as part of DataFest 2017.

More than 1500 people registered for this skill test and close to 500 people took this test. Below is the distribution of scores from various participants:

You can access the final scores here. Here are a few statistics about the distribution:

Mean Score: 16.69

Median Score: 19

Mode Score: 0

We are releasing the solutions to the skill tests, so that you can evaluate where you went wrong. If you missed the test, you can still look at the Questions and Answers to see where you stand.

Happy Learning!

Explanation:

mark as brainlest plzzzzzzzzzz brooo

Similar questions