Azzera filtri
Azzera filtri

Hacer una regresion lineal multiple

5 visualizzazioni (ultimi 30 giorni)
IGNACIO
IGNACIO il 14 Mag 2023
Risposto: Arka il 18 Ago 2023
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

Risposte (1)

Arka
Arka il 18 Ago 2023
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:
  1. https://www.mathworks.com/help/stats/regress.html
  2. https://www.mathworks.com/help/matlab/ref/load.html
Hope this helps.
Thanks.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!