InterviewSolution
Saved Bookmarks
| 1. |
_________ is used to convert wide data to long data.(a) melt(b) dcast(c) cast(d) rcastI have been asked this question in examination.Query is from Packages in division Commands, Packages, Visualizing Data and Linear Regression of R Programming |
|
Answer» CORRECT answer is (a) melt To explain I WOULD say: dcast is used to GO from long to WIDE. |
|