in Education by
Which of the following is tool for checking normality? (a) qqline() (b) qline() (c) anova() (d) lm() The question was asked by my college professor while I was bunking the class. This intriguing question originated from Visualizing Data in portion Commands, Packages, Visualizing Data and Linear Regression of R Programming Select the correct answer from above options

1 Answer

0 votes
by
 
Best answer
The correct answer is (a) qqline() For explanation: qqnorm is another tool for checking normality.

Related questions

0 votes
    Which of the following is primary tool for debugging? (a) debug() (b) trace() (c) browser() (d) ... and Debugging of R Programming Select the correct answer from above options...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
    Which of the following is tool for chi-square distributions? (a) pchisq() (b) chisq() (c) pnorm (d ... Regression of R Programming Select the correct answer from above options...
asked Feb 10, 2022 in Education by JackTerrance
0 votes
    ________ is an incredibly powerful tool for analyzing data. (a) Linear regression (b) Logistic regression (c) ... of R Programming Select the correct answer from above options...
asked Feb 11, 2022 in Education by JackTerrance
0 votes
    __________ is proprietary tool for predictive analytics. (a) R (b) SAS (c) SSAS (d) EDR This question ... Regression of R Programming Select the correct answer from above options...
asked Feb 10, 2022 in Education by JackTerrance
0 votes
    Which of the following tests each element of x for membership in y? (a) y%in%x (b) all(x) (c) ... Linear Regression of R Programming Select the correct answer from above options...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
    Which of the following finds row sums for each level of a grouping variable? (a) as.numeric(x) (b) ... Regression of R Programming Select the correct answer from above options...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
    Which of the following package contains functions for reading and displaying satellite data for oceanographic ... Programming Select the correct answer from above options...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
    Which of the following is an R package for the exploratory analysis of genetic and genomic data? (a) adeg ... of R Programming Select the correct answer from above options...
asked Feb 12, 2022 in Education by JackTerrance
0 votes
    Which of the following compute analysis of variance table for fitted model? (a) ecdf() (b) cum() (c) ... Regression of R Programming Select the correct answer from above options...
asked Feb 11, 2022 in Education by JackTerrance
0 votes
    Which of the following statement finds the maximum for each column? (a) apply(x,2,max) (b) col.max(x ... Regression of R Programming Select the correct answer from above options...
asked Feb 11, 2022 in Education by JackTerrance
0 votes
    Which of the following may be used for linear regression? (a) X %*% Y (b) solve(A) (c) solve(A ... Linear Regression of R Programming Select the correct answer from above options...
asked Feb 11, 2022 in Education by JackTerrance
0 votes
    Which of the following sets the size of the outer margins for the graph? (a) par(mfrow=c(nrow,mcol)) ... Regression of R Programming Select the correct answer from above options...
asked Feb 10, 2022 in Education by JackTerrance
0 votes
    Which of the following function is used for plotting histogram? (a) hist() (b) histog() (c) histg() ... Regression of R Programming Select the correct answer from above options...
asked Feb 10, 2022 in Education by JackTerrance
0 votes
    Which of the following is lattice command for producing boxplots? (a) plot() (b) bwplot() (c) xyplot() ... Regression of R Programming Select the correct answer from above options...
asked Feb 10, 2022 in Education by JackTerrance
0 votes
    Which of the following contains functions for processing uniaxial minute-to-minute accelerometer data? (a) ... R Programming Select the correct answer from above options...
asked Feb 10, 2022 in Education by JackTerrance
...