{
  "_id": "6a1eae16b25058d4daada48b",
  "Package": "pcsstools",
  "Type": "Package",
  "Title": "Tools for Regression Using Pre-Computed Summary Statistics",
  "Version": "0.1.1.9000",
  "Authors@R": "c(\nperson(\n\"Jack\", \"Wolf\", email = \"jackwolf910@gmail.com\",\nrole = c(\"aut\", \"cre\", \"cph\"),\ncomment = c(ORCID = \"0000-0002-8919-8740\")\n),\nperson(\n\"R Core Team and contributors worldwide\", role = c(\"cph\", \"aut\"),\ncomment = \"Author and copyright holder of modified 'stats' fragments\"\n)\n)",
  "Description": "Defines functions to describe regression models using only\npre-computed summary statistics (i.e. means, variances, and\ncovariances) in place of individual participant data. Possible\nmodels include linear models for linear combinations, products,\nand logical combinations of phenotypes. Implements methods\npresented in Wolf et al. (2021) <doi:10.3389/fgene.2021.745901>\nWolf et al. (2020) <doi:10.1142/9789811215636_0063> and\nGasdaska et al. (2019) <doi:10.1142/9789813279827_0036>.",
  "License": "GPL (>= 3)",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RdMacros": "Rdpack",
  "RoxygenNote": "7.2.1",
  "URL": "https://github.com/jackmwolf/pcsstools/",
  "BugReports": "https://github.com/jackmwolf/pcsstools/issues",
  "Language": "en-US",
  "Repository": "https://jackmwolf.r-universe.dev",
  "Date/Publication": "2024-07-04 01:12:08 UTC",
  "RemoteUrl": "https://github.com/jackmwolf/pcsstools",
  "RemoteRef": "HEAD",
  "RemoteSha": "a703697c2bfc5268dbb2346f287aea3e81ac2abe",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-06-02 10:16:21 UTC",
    "User": "root"
  },
  "Author": "Jack Wolf [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0002-8919-8740>),\nR Core Team and contributors worldwide [cph, aut] (Author and copyright\nholder of modified 'stats' fragments)",
  "Maintainer": "Jack Wolf <jackwolf910@gmail.com>",
  "MD5sum": "cab848e1c4ede358d59771b3a54e0033",
  "_user": "jackmwolf",
  "_type": "src",
  "_file": "pcsstools_0.1.1.9000.tar.gz",
  "_fileid": "c8870cd7ddd2f139ec13589cd3ad5f14d79e74c4d76a65f780a3b1b0760a152e",
  "_filesize": 1037185,
  "_sha256": "c8870cd7ddd2f139ec13589cd3ad5f14d79e74c4d76a65f780a3b1b0760a152e",
  "_created": "2026-06-02T10:16:21.000Z",
  "_published": "2026-06-02T10:19:02.403Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79048786973,
      "time": 117,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7355021779"
    },
    {
      "job": 79048786979,
      "time": 130,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7355026468"
    },
    {
      "job": 79048787047,
      "time": 85,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7355011342"
    },
    {
      "job": 79048786967,
      "time": 90,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7355012836"
    },
    {
      "job": 79048352424,
      "time": 159,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7354981550"
    },
    {
      "job": 79048786974,
      "time": 115,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7355021293"
    },
    {
      "job": 79048786992,
      "time": 94,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7355013999"
    },
    {
      "job": 79048786982,
      "time": 70,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7355006007"
    },
    {
      "job": 79048786966,
      "time": 106,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7355018693"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jackmwolf/actions/runs/26813210763",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/jackmwolf/pcsstools",
  "_commit": {
    "id": "a703697c2bfc5268dbb2346f287aea3e81ac2abe",
    "author": "Jack M Wolf <38739875+jackmwolf@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Update check-standard.yaml\n\nRemove macOS check",
    "time": 1720055528
  },
  "_maintainer": {
    "name": "Jack Wolf",
    "email": "jackwolf910@gmail.com",
    "login": "jackmwolf",
    "orcid": "0000-0002-8919-8740",
    "description": "",
    "uuid": 38739875
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.5.0",
      "role": "Depends"
    },
    {
      "package": "gtools",
      "role": "Imports"
    },
    {
      "package": "Rdpack",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    }
  ],
  "_owner": "jackmwolf",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "gwas",
    "statistical-genetics"
  ],
  "_stars": 5,
  "_contributors": [
    {
      "user": "jackmwolf",
      "count": 163,
      "uuid": 38739875
    }
  ],
  "_userbio": {
    "uuid": 38739875,
    "type": "user",
    "name": "Jack M Wolf"
  },
  "_downloads": {
    "count": 132,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/pcsstools"
  },
  "_devurl": "https://github.com/jackmwolf/pcsstools",
  "_searchresults": 5,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/pcsstools.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/jackmwolf/pcsstools",
  "_realowner": "jackmwolf",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.1",
      "date": "2021-03-23"
    },
    {
      "version": "0.1.2",
      "date": "2023-09-06"
    }
  ],
  "_exports": [
    "model_and",
    "model_combo",
    "model_or",
    "model_prcomp",
    "model_product",
    "model_singular",
    "new_predictor",
    "new_predictor_binary",
    "new_predictor_normal",
    "new_predictor_snp",
    "pcsslm"
  ],
  "_datasets": [
    {
      "name": "pcsstools_example",
      "title": "Simulated example data",
      "object": "pcsstools_example",
      "class": [
        "data.frame"
      ],
      "fields": [
        "g1",
        "g2",
        "g3",
        "x1",
        "x2",
        "x3",
        "y1",
        "y2",
        "y3",
        "y4",
        "y5",
        "y6"
      ],
      "rows": 1000,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "anova.pcsslm",
      "title": "ANOVA for linear models fit using PCSS",
      "topics": [
        "anova.pcsslm",
        "anova.pcsslmlist"
      ]
    },
    {
      "page": "approx_and",
      "title": "Approximate a linear model for a series of logical AND statements",
      "topics": [
        "approx_and"
      ]
    },
    {
      "page": "approx_conditional",
      "title": "Approximate the mean of Y conditional on X",
      "topics": [
        "approx_conditional"
      ]
    },
    {
      "page": "approx_mult_prod",
      "title": "Approximate the covariance of a set of predictors and a product of responses",
      "topics": [
        "approx_mult_prod"
      ]
    },
    {
      "page": "approx_or",
      "title": "Approximate a linear model for a series of logical OR statements",
      "topics": [
        "approx_or"
      ]
    },
    {
      "page": "approx_prod_stats",
      "title": "Approximate summary statistics for a product of phenotypes and a set of predictors",
      "topics": [
        "approx_prod_stats"
      ]
    },
    {
      "page": "approx_response_cov_recursive",
      "title": "Approximate the covariance of one response with an arbitrary product of responses.",
      "topics": [
        "approx_response_cov_recursive"
      ]
    },
    {
      "page": "calculate_lm",
      "title": "Calculate a linear model using PCSS",
      "topics": [
        "calculate_lm"
      ]
    },
    {
      "page": "calculate_lm_combo",
      "title": "Calculate a linear model for a linear combination of responses",
      "topics": [
        "calculate_lm_combo"
      ]
    },
    {
      "page": "check_terms",
      "title": "Check that independent and dependent variables are accounted for through PCSS",
      "topics": [
        "check_terms"
      ]
    },
    {
      "page": "extract_predictors",
      "title": "Extract independent variables from a formula",
      "topics": [
        "extract_predictors"
      ]
    },
    {
      "page": "extract_response",
      "title": "Extract dependent variables from a formula as a string",
      "topics": [
        "extract_response"
      ]
    },
    {
      "page": "get_pcor",
      "title": "Approximate the partial correlation of Y and Z given X",
      "topics": [
        "get_pcor"
      ]
    },
    {
      "page": "guess_response",
      "title": "Guess the function that is applied to a set of responses",
      "topics": [
        "guess_response"
      ]
    },
    {
      "page": "make_permutations",
      "title": "List all permutations of a sequence of integers",
      "topics": [
        "make_permutations"
      ]
    },
    {
      "page": "model_and",
      "title": "Approximate a linear model for a series of logical AND statements using PCSS",
      "topics": [
        "model_and"
      ]
    },
    {
      "page": "model_combo",
      "title": "Model a linear combination of a set of phenotypes using PCSS",
      "topics": [
        "model_combo"
      ]
    },
    {
      "page": "model_or",
      "title": "Approximate a linear model for a series of logical OR statements using PCSS",
      "topics": [
        "model_or"
      ]
    },
    {
      "page": "model_prcomp",
      "title": "Model the principal component score of a set of phenotypes using PCSS",
      "topics": [
        "model_prcomp"
      ]
    },
    {
      "page": "model_product",
      "title": "Approximate a linear model for a product using PCSS",
      "topics": [
        "model_product"
      ]
    },
    {
      "page": "model_singular",
      "title": "Model an individual phenotype using PCSS",
      "topics": [
        "model_singular"
      ]
    },
    {
      "page": "new_predictor",
      "title": "Create an object of class \"predictor\"",
      "topics": [
        "new_predictor"
      ]
    },
    {
      "page": "new_predictor_binary",
      "title": "Shortcut to create a predictor object for a binary variable",
      "topics": [
        "new_predictor_binary"
      ]
    },
    {
      "page": "new_predictor_normal",
      "title": "Shortcut to create a predictor object for a continuous variable",
      "topics": [
        "new_predictor_normal"
      ]
    },
    {
      "page": "new_predictor_snp",
      "title": "Shortcut to create a predictor object for a SNP's minor allele counts",
      "topics": [
        "new_predictor_snp"
      ]
    },
    {
      "page": "pcsslm",
      "title": "Approximate a linear model using PCSS",
      "topics": [
        "pcsslm"
      ]
    },
    {
      "page": "pcsstools_example",
      "title": "Simulated example data",
      "topics": [
        "pcsstools_example"
      ]
    },
    {
      "page": "print.pcsslm",
      "title": "Print an object of class pcsslm",
      "topics": [
        "print.pcsslm"
      ]
    }
  ],
  "_pkglogo": "https://github.com/jackmwolf/pcsstools/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/jackmwolf/pcsstools/raw/HEAD/README.md",
  "_rundeps": [
    "gtools",
    "rbibutils",
    "Rdpack"
  ],
  "_score": 3.3979400086720375,
  "_indexed": true,
  "_nocasepkg": "pcsstools",
  "_universes": [
    "jackmwolf"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1.9000",
      "date": "2026-06-02T10:18:22.000Z",
      "distro": "noble",
      "commit": "a703697c2bfc5268dbb2346f287aea3e81ac2abe",
      "fileid": "3dc5a29c300765c7e6205f5f5c937e9570482197396ff6dc0be19e8d4a3285e8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jackmwolf/actions/runs/26813210763"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1.9000",
      "date": "2026-06-02T10:18:34.000Z",
      "distro": "noble",
      "commit": "a703697c2bfc5268dbb2346f287aea3e81ac2abe",
      "fileid": "62c524f0ef5df23b9d8a90d71478cedc61caee799c6abb7920f78c0dc8da00b7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jackmwolf/actions/runs/26813210763"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1.9000",
      "date": "2026-06-02T10:17:53.000Z",
      "commit": "a703697c2bfc5268dbb2346f287aea3e81ac2abe",
      "fileid": "3caafd0125f8773a03b15a5dc1cc1fbfd05e44d6714519dffa450ea382e13429",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jackmwolf/actions/runs/26813210763"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.1.9000",
      "date": "2026-06-02T10:17:56.000Z",
      "commit": "a703697c2bfc5268dbb2346f287aea3e81ac2abe",
      "fileid": "062f6c8b71cfdc8b87bc33f6b5a5a27b92270cfbc82448e906d7376cd968d337",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jackmwolf/actions/runs/26813210763"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1.9000",
      "date": "2026-06-02T10:18:31.000Z",
      "commit": "a703697c2bfc5268dbb2346f287aea3e81ac2abe",
      "fileid": "d4aa429d0a56ab022b994f5813da74f0469887f679c863f71b7e9c02303aaa35",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jackmwolf/actions/runs/26813210763"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.1.9000",
      "date": "2026-06-02T10:17:49.000Z",
      "commit": "a703697c2bfc5268dbb2346f287aea3e81ac2abe",
      "fileid": "a7e43210adb5a77bd3a33f74dd13b7b93211fa03f6f7e3a9e54ba628a6fb9584",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jackmwolf/actions/runs/26813210763"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.1.9000",
      "date": "2026-06-02T10:17:30.000Z",
      "commit": "a703697c2bfc5268dbb2346f287aea3e81ac2abe",
      "fileid": "19b664883cc1c187b5f7994d29316f303351de3d1a0bb377db13f827551668f7",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jackmwolf/actions/runs/26813210763"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.1.9000",
      "date": "2026-06-02T10:18:05.000Z",
      "commit": "a703697c2bfc5268dbb2346f287aea3e81ac2abe",
      "fileid": "8ca7605e991cf0ae3e1f72e61abd74ef72949c01ea872e17af1c8199a07cc375",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jackmwolf/actions/runs/26813210763"
    }
  ]
}