Question 6 of 39Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is independent of the other questions in this series. Information and details provided in a question apply only to that question. You need to evaluate the significance of coefficients that are produced by using a model that was estimated already. Which function should you use?
Correct Answer: D
Question 7 of 39Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is independent of the other questions in this series. Information and details provided in a question apply only to that question. You need to generate a residual based on two columns. The solution must build a trend indicator. Which function should you use?
Correct Answer: A
Question 8 of 39Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is independent of the other questions in this series. Information and details provided in a question apply only to that question. You need to estimate a model where the outcome variable is continuous, is in the range of [0, inf], and has a substantial mass at an exact value of 0. Which function should you use?
Correct Answer: F
Question 9 of 39You have a Microsoft SQL Server instance that has R Services (In-Database) installed. The server has a comma-separated values (CSV) file stored in the local file system. For analytic purposes, you need to read the CSV file into a database table in the SQL Server instance. You connect to the SQL Server instance by using SQL Server Management Studio. What should you use from sp_execute_external_script?
Correct Answer: D
Question 10 of 39You plan to read data from an Oracle database table and to store the data in the file system for later processing by dplyrXdf. The size of the data is larger than the memory on the server to be used for modelling. You need to ensure that the data can be processed by dplyrXdf in the least amount of time possible. How should you transfer the data from the Oracle database?