Skip to content
View ken-oneill's full-sized avatar
  • Scottish Government
  • Glasgow

Block or report ken-oneill

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ken-oneill/README.md

Hello there

I am a government statistician working for Social Security Scotland (and, in turn, Scottish Government.)

My main responsibility is to manage the production and dissemination of the quarterly Scottish Child Payment Official Statistics publications. Links to the definition of (types of) 'official statistics' and 'management information' are provided at the end of this profile.

For any queries in related to official statistics (and management information) produced by Social Security Scotland, please get in touch with Social Security Scotland's statistics mailbox, and we will get back to you as soon as possible. Any and all queries will not be discussed and monitored here.

All producers of official statistics including Social Security Scotland are expected to commit to The Code of Practices for Statistics.

Short career summary

name: Ken O'Neill
job: Government statistician
job location: Glasgow
career history:
  Scottish Government, October 2012 - to date,
  Social Security Scotland, January 2022 - to date,
  Accountant in Bankruptcy, January 2019 - January 2022.

Licenses for Gists

Unless stated otherwise within any Gist, the default license for all public Gists I (ken-oneill) publish is the following:

MIT License Copyright (c) (year of the Gist being created or updated) ken-oneill

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

External links for further information

The following links have been provided to learn more about:

Pinned Loading

  1. ScotGovAnalysis/sssstats ScotGovAnalysis/sssstats Public

    An R package for automating publications and analysis within Social Security Scotland

    R 3

  2. Get the data zone 2022 lookup from s... Get the data zone 2022 lookup from statistics.gov.scot
    1
    # Purpose: To obtain the data zone 2022 lookup from statistics.gov.scot
    2
    # Source: https://statistics.gov.scot/data/data-zone-lookup-2022
    3
    # Required R packages (and its dependencies): rvest; tibble; dplyr; janitor.
    4
    # Potential issues:
    5
    #   - This code would not guarantee that the URL to the datazone 2022 lookup remains the same. Do check.
  3. Get the data zone 2011 lookup from s... Get the data zone 2011 lookup from statistics.gov.scot
    1
    # Purpose: To obtain the data zone 2011 lookup from statistics.gov.scot
    2
    # Source: https://statistics.gov.scot/resource?uri=http%3A%2F%2Fstatistics.gov.scot%2Fdata%2Fdata-zone-lookup
    3
    # Required R packages (and its dependencies): rvest; tibble; dplyr; janitor.
    4
    # Potential issues:
    5
    #   - This code would not guarantee that the URL to the data zone 2011 lookup remains the same. Do check.
  4. Get the Scottish Index of Multiple D... Get the Scottish Index of Multiple Deprivation 2020 data from statistics.gov.scot
    1
    # Purpose: To obtain the Scottish Index of Multiple Deprivation (SIMD) 2020 data/lookup from statistics.gov.scot
    2
    # Source: https://statistics.gov.scot/resource?uri=http%3A%2F%2Fstatistics.gov.scot%2Fdata%2Fscottish-index-of-multiple-deprivation
    3
    # Assumptions: 
    4
    #   - This code would obtain the 'SIMD' domain. 
    5
    #   - If you want a different domain, such as employment, health, or crime to name a few example, then you should amend the `simdDomain` argument for the opendatascot::ods_dataset function.
  5. ScotGovAnalysis/welcome ScotGovAnalysis/welcome Public

    New to GitHub or this organisation? Read this first.

    13 2