Skip to content
View fsingletonthorn's full-sized avatar

Block or report fsingletonthorn

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
fsingletonthorn/README.md

Hi 👋, I'm Felix

  • 🌱 I’m currently heading up the Analytics and business process improvement teams at Oxfam Australia
  • ✨ I work across all things data, analytics and process improvement, with a focus on data modelling, the modern data stack, and working with senior executives and the c-suite to make sure that data teams can make a real difference in organisations
  • 📫 You can reach me at fsingletonthorn@gmail.com

Pinned Loading

  1. words_to_numbers words_to_numbers Public

    A package to identify numbers written in words (e.g., "forty-two") and convert them to numeric digits (e.g., "42")

    R 7

  2. ropensci/gendercoder ropensci/gendercoder Public

    Creating R package to code free text gender responses

    R 47 11

  3. res res Public

    Python

  4. WilsonBinCI WilsonBinCI
    1
    WilsonBinCI <-  function(n, p, a=0.05) {
    2
        z <- qnorm(1-a/2,lower.tail=FALSE)
    3
        l <- 1/(1+1/n*z^2)*(p + 1/2/n*z^2 + 
    4
                                z*sqrt(1/n*p*(1-p) + 1/4/n^2*z^2))
    5
        u <- 1/(1+1/n*z^2)*(p + 1/2/n*z^2 -