subject

1) Examine the following three lines of R code. Write a comment above each (after the#) describing what each line is doing. Each comment should be maximum one line. You don't
need to rewrite the code in your answer booklet.
#
mang. df <- data. frame(read. csv("MangroveData10Nov2015.csv", header=T))
#
z. value <- (1.0 - mean(mang. df$height))/sd(mang. df$height)
#
boxplot(samp. df$height, method="jitter", col="grayS0", xlab="height")

ansver
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 19:20, mayaparness
Write a program that prompts the user to input a string. the program then uses the function substr to remove all the vowels from the string. for example, if str = "there", then after removing all the vowels, str = "thr". after removing all the vowels, output the string. your program must contain a function to remove all the vowels and a function to determine whether a character is a vowel.
Answers: 2
image
Computers and Technology, 24.06.2019 06:00, bzhsh8282
Hey i really need some solving this problem: 1. encrypt this binary string into cipher text: 110000. include in your answer the formula the decoder would use to decrypt your cipher text in the format (coded answer) x n mod (m) = y & 2. decrypt this cipher text into a binary string: 106 you.
Answers: 2
image
Computers and Technology, 24.06.2019 20:10, austinwst3
Approximately what portion of global employers tends to use social media websites to hire new employees?
Answers: 1
image
Computers and Technology, 24.06.2019 22:10, jsjsjsskakwkowwj
Function name: poly parameters: int returns: int description: a polynomial of degree n with coefficients a0,a1,a2,a3, . . ,an is the function p(x) = a0+a1x+a2x2+a3 ∗ x3+ . . +an ∗ xn this function can be evaluated at different values of x. for example, if: p(x) = 1+2x+ x2, then p(2) = 1+2 ∗ 2+22 = 9. if p(x) = 1+x2+x4, then p(2) = 21 and p(3) = 91. write a function poly() that takes as input a list of coefficients a0, a1, a2, a3, . . , an of a polynomial p(x) and a value x. the function will return poly(x), which is the value of the polynomial when evaluated at x.
Answers: 3
You know the right answer?
1) Examine the following three lines of R code. Write a comment above each (after the#) describing...

Questions in other subjects:

Konu
Mathematics, 18.03.2021 03:30
Konu
Mathematics, 18.03.2021 03:30
Konu
Mathematics, 18.03.2021 03:30
Konu
Mathematics, 18.03.2021 03:30