1.

Using the ________ vector, we create a species factor and bind it to the columns of iris.df.(a) snames(b) rnames(c) jnames(d) fnamesThis question was addressed to me during an online exam.This interesting question is from Data Types topic in section Nuts and Bolts and Getting Data In and Out of R Programming

Answer»

Right choice is (a) snames

Easy explanation: Using the Snames vector, we CREATE a species factor and BIND it to the COLUMNS of IRIS.df. The iris DATASET is a three dimensional dataset.



Discussion

No Comment Found

Related InterviewSolutions