Linear Model: multiple regression
Regressão linear múltipla em R
This R app, Shiny, allows the user to upload their data in ".csv" format and perform multiple linear regression. A summary of the regression lm object will appear as output.
Download the app.R file and run it on your R. A model of how the data should be organized is in housing.csv.
That is, dots as decimal separator and comma separated values. File size limit is set to 30MB.
Este app em R, Shiny, permite que o usuário faça upload de seus dados em formato ".csv" e realize regressão linear múltipla. Aparecerá como saída um summary do objeto lm de regressão.
Baixe o arquivo app.R e execute em seu R. Um modelo de como os dados devem estar organizados está em housing.csv.
Ou seja, coloque seus dados com ponto como decimal e separados por virgula. O tamanho do arquivo está limitado a 30MB.
# launch directly typing the code below in your RStudio console
library(shiny)
runUrl("https://github.com/amrofi/shiny_regressao_af/raw/main/shiny_regressao_af.zip")