Examveda

What is the purpose of the pairs() function in R?

A. Creates scatter plots for all pairs of numeric variables

B. Generates pairwise scatter plots and correlations

C. Plots a matrix of bivariate scatter plots

D. Adds pairs of points to an existing plot

Answer: Option B


Join The Discussion

Related Questions on Statistical Analysis with R (Distributions, Graphics)

What does the qqnorm() function in R do?

A. Plots a quantile-quantile plot for normality assessment

B. Generates a random sample from a normal distribution

C. Creates a normal probability plot

D. Quantifies the normal distribution of a variable