Package: pcsstools Type: Package Title: Tools for Regression Using Pre-Computed Summary Statistics Version: 0.1.1.9000 Authors@R: c( person( "Jack", "Wolf", email = "jackwolf910@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-8919-8740") ), person( "R Core Team and contributors worldwide", role = c("cph", "aut"), comment = "Author and copyright holder of modified 'stats' fragments" ) ) Description: Defines functions to describe regression models using only pre-computed summary statistics (i.e. means, variances, and covariances) in place of individual participant data. Possible models include linear models for linear combinations, products, and logical combinations of phenotypes. Implements methods presented in Wolf et al. (2021) Wolf et al. (2020) and Gasdaska et al. (2019) . License: GPL (>= 3) Encoding: UTF-8 LazyData: true Depends: R (>= 3.5.0) Imports: gtools, Rdpack, stats RdMacros: Rdpack RoxygenNote: 7.2.1 Suggests: testthat, knitr, rmarkdown, spelling 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: 2026-07-02 08:43:20 UTC; root Author: Jack Wolf [aut, cre, cph] (ORCID: ), R Core Team and contributors worldwide [cph, aut] (Author and copyright holder of modified 'stats' fragments) Maintainer: Jack Wolf