- https://www.mathworks.com/help/stats/regress.html
- https://www.mathworks.com/help/matlab/ref/load.html
Hacer una regresion lineal multiple
조회 수: 6 (최근 30일)
이전 댓글 표시
Quiero hacer una regresion lineal multiple en la que la variable dependiente sea la puntuacion del informe PISA, la varibale independiente el MODELO de gasto educativo y las variables de control sean Secundaria, Primaria, GINI y GDP per capita
댓글 수: 0
답변 (2개)
Arka
2023년 8월 18일
Hi Ignacio,
MATLAB allows you to perform multiple linear regression using the "regress" function.
You can load your dataset into MATLAB using the "load" function, extract the variables from the dataset, and then perform the regression on the same variables.
You can learn more about "regress" and "load" using the MathWorks documentation links below:
Hope this helps.
Thanks.
댓글 수: 0
Eleida
2025년 7월 1일
how to do on matlab Linearize the dataset and perform linear regression on the linearized dataset. Display the slope and intercept/offset of the linear regression model, as well as its coefficient of determination?
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!