InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is a goal of literate statistical programming?(a) Combine explanatory text and data analysis code in a single document(b) Ensure that data analysis documents are always exported in JPEG format(c) Require those data analysis summaries are always written in R(d) None of the mentionedI had been asked this question in unit test.This interesting question is from Literate Statistical Programming topic in division Data Analysis and Research of Data Science |
|
Answer» The correct option is (a) Combine explanatory text and data analysis code in a single document |
|