Skip to content
Snippets Groups Projects
Commit 60f65e8d authored by Bruna Wundervald's avatar Bruna Wundervald
Browse files

.Rmd file for the shiny app

parent 1ebe06df
Branches
No related tags found
No related merge requests found
---
title: "Linear Regression Report - Generated in the Shiny App, authored by Bruna Wundervald."
---
*Here is my regression model:*
```{r, echo=TRUE}
m1 <- fc()$m
summary(m1)
```
*Here is the ANOVA generated by this model:*
```{r, echo=TRUE}
anova(m1)
```
*And here are the plots to check for departures from homocedasticity and normality of the model:*
```{r, echo=TRUE}
par(mfrow=c(2,2)); plot(m1); layout(1)
```
_______________________________________
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment