Skip to content

Commit

Permalink
Adding in stats neighbours info for ofsted
Browse files Browse the repository at this point in the history
  • Loading branch information
yauemily committed Jul 15, 2024
1 parent 05d9e2e commit 1adc1e9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion server.R
Original file line number Diff line number Diff line change
Expand Up @@ -10316,7 +10316,16 @@ server <- function(input, output, session) {
inputId = "ofsted_stat_neighbours_info",
label = "Additional information:",
help_text = (
p("Statistical neighbours info")
tags$ul(
tags$li("The ‘Children’s services statistical neighbour benchmarking tool’ was used to select each local authority’s ’10 closest statistical neighbours’ (local authorities with similar characteristics)."),
tags$li("The 10 closest local authorities are based on a weighted “distance” calculation across a range of local socio-economic/ characteristic/ demographic variables – which are deemed to have strong relationships with the Children’s Services policy indicators (the types of measures in this dashboard)."),
br(),
p(
"For information on the Children’s services statistical neighbour benchmarking tool, please refer to the", a(href = "https://www.gov.uk/government/publications/local-authority-interactive-tool-lait", "Local Authority Interactive Tool (LAIT) publication."),
tags$br(),
"The Children’s services statistical neighbour benchmarking is also available", a(href = "https://assets.publishing.service.gov.uk/media/606458acd3bf7f0c8d06b7e2/Childrens_services_statistical_neighbour_benchmarking_tool_-_LGR_Version__April_2021_.xlsx", "here.")
),
)
)
)
)
Expand Down

0 comments on commit 1adc1e9

Please sign in to comment.