Vidyalelo
R Programming · Q16

Statistical Analysis with R (Distributions, Graphics)

Programming · R Programming · question 16

Q16

What does the qqline() function in R do when used with a quantile-quantile plot?

A.
Adds a line to the quantile-quantile plot
Answer
B.
Plots the quantile-quantile line
C.
Generates a random sample from a normal distribution
D.
Evaluates the quantiles of a distribution

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board