Skip to content

jsairdrop/shiny_regressao_af

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shiny_regressao_af

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.

More on https://www.researchgate.net/publication/352380686_Econometria_basica_Shiny_code_para_regressao_multipla_em_R

# 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")

About

Linear Model: multiple regression / Regressão linear múltipla em R

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • R 100.0%