Skip to content

Commit

Permalink
plotly
Browse files Browse the repository at this point in the history
  • Loading branch information
dcr-eyethink committed Apr 24, 2024
1 parent e67ecc2 commit e63c605
Show file tree
Hide file tree
Showing 8 changed files with 1,942 additions and 2,158 deletions.
Binary file modified .DS_Store
Binary file not shown.
11 changes: 8 additions & 3 deletions analysis.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ knit: (function(input_file, encoding) {
output: html_document
---

This is a notebook to analyse NNS data from 2014-2023, baswed on data from NSS wesbite.
This is a notebook to analyse NNS data from 2014-2023, based on data from NSS wesbite.

If you don't have eyethinkdata tools, install from github

Expand Down Expand Up @@ -96,8 +96,13 @@ pirateye( d[ucl & tm],x_condition = "year",colour_condition = "theme",dodgewidt

So now the psychology sector average for each year is 0, shown by heavy black line. Benchmarked like this, it looks like we had a good period of growth from 2016 onwards, and in the pandemic years we were well above the mean in almost everything. But again, our assessments are ranked below the mean and perhaps trending down

Let's try an interactive plot of the same info:



```{r}
library(plotly)
p <- ggplot(d[Institution=="University College London" & tm],aes(x=year,y=rzall,colour=theme))+
geom_line(data=d[Institution=="University College London" & tm,.(rzall=mean(rzall)),by=.(year,theme)])+ geom_point()
ggplotly(p)
```


147 changes: 0 additions & 147 deletions analysis.md

This file was deleted.

2,006 changes: 0 additions & 2,006 deletions analysis.nb.html

This file was deleted.

Binary file modified analysis/r theme-year.pdf
Binary file not shown.
Binary file modified analysis/r ucl_all-year.pdf
Binary file not shown.
Binary file modified analysis/rzall theme-year.pdf
Binary file not shown.
1,936 changes: 1,934 additions & 2 deletions docs/index.html

Large diffs are not rendered by default.

0 comments on commit e63c605

Please sign in to comment.