Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ce064files
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bruna Wundervald
ce064files
Commits
60f65e8d
Commit
60f65e8d
authored
9 years ago
by
Bruna Wundervald
Browse files
Options
Downloads
Patches
Plain Diff
.Rmd file for the shiny app
parent
1ebe06df
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
report.Rmd
+25
-0
25 additions, 0 deletions
report.Rmd
with
25 additions
and
0 deletions
report.Rmd
0 → 100644
+
25
−
0
View file @
60f65e8d
---
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)
```
_______________________________________
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment