1.

__________ is the best way for communicating the results of data analysis using the R language.(a) Single document(b) Files(c) Structures(d) LoadingsI got this question in class test.My question is taken from Functions topic in chapter Control Structures, Functions, Scoping Rules, Loop Functions and Debugging of R Programming

Answer»

Right option is (a) Single document

The best I can explain: The best POSSIBLE way to do this is to COMBINE the data, code and analysis results for a single document by knitr for reproducible RESEARCH. This HELPS others to verify the findings, then engage in discussions.



Discussion

No Comment Found

Related InterviewSolutions