1.

Which of the following adds marginal sums to an existing table?(a) par()(b) prop.table()(c) addmargins()(d) quantile()This question was addressed to me in an international level competition.My question is from Visualizing Data in portion Commands, Packages, Visualizing Data and Linear Regression of R Programming

Answer»

The correct OPTION is (B) prop.table()

The EXPLANATION: prop.table() COMPUTES proportions from a CONTINGENCY table.



Discussion

No Comment Found

Related InterviewSolutions