正解:B
R is a statistical programming language that is specifically designed for data analysis and statistical modeling, making it highly suitable for creating a multiple linear regression model. It has extensive libraries such as lm() for linear modeling, which simplifies the process of model creation, diagnostics, and interpretation. R also provides robust tools for data manipulation and visualization, which are essential for preparing data for regression analysis and understanding the results123.
While Microsoft Power BI, SQL, and Tableau have capabilities for regression analysis, they are more limited compared to R. Power BI and Tableau are primarily business intelligence tools that offer some built-in analytics capabilities, but they are not as comprehensive as R. SQL is a database query language that can perform some statistical calculations, but it is not inherently designed for statistical modeling4567.
References:
* Multiple Linear Regression in R: Tutorial With Examples - DataCamp1.
* Implementing linear regression in Power BI - SQLBI5.
* Choosing a Predictive Model - Tableau6.
* How Predictive Modeling Functions Work in Tableau7.