Skip to content
View osaal's full-sized avatar

Block or report osaal

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

Pinned Loading

  1. osaal.github.io osaal.github.io Public

    Personal website of Oliver Saal

    Jupyter Notebook

  2. NRP_supplementary NRP_supplementary Public

    R

  3. nollatoleranssi_liitesivusto nollatoleranssi_liitesivusto Public

    TeX

  4. R Function for conducting multilayer... R Function for conducting multilayered crosstabulation of categorical variables for k-anonymisation
    1
    k_anonymisation <- function(data, limit, ...) {
    2
      # Input arguments:
    3
      # - data: Data frame or tibble containing data to be anonymised
    4
      # - limit: Limit value of k for anonymisation (exclusive)
    5
      # - ...: n variables to be crosstabulated, following dplyr syntax