Package: lmhelprs Title: Helper Functions for Linear Model Analysis Version: 0.4.5 Authors@R: c(person(given = "Shu Fai", family = "Cheung", role = c("aut", "cre"), email = "shufai.cheung@gmail.com", comment = c(ORCID = "0000-0002-9871-9448"))) Description: A collection of helper functions for multiple regression models fitted by lm(). Most of them are simple functions for simple tasks which can be done with coding, but may not be easy for occasional users of R. Most of the tasks addressed are those sometimes needed when using the 'manymome' package (Cheung and Cheung, 2023, ) and 'stdmod' package (Cheung, Cheung, Lau, Hui, and Vong, 2022, ). However, they can also be used in other scenarios. URL: https://sfcheung.github.io/lmhelprs/ BugReports: https://github.com/sfcheung/lmhelprs/issues License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) Suggests: knitr, rmarkdown, tinytest, semPlot VignetteBuilder: knitr Depends: R (>= 2.10) LazyData: true Imports: stats Config/roxygen2/version: 8.0.0 Repository: https://sfcheung.r-universe.dev Date/Publication: 2026-06-30 12:31:01 UTC RemoteUrl: https://github.com/sfcheung/lmhelprs RemoteRef: HEAD RemoteSha: cba3c587405893539bca54274d143bcd3206e7aa NeedsCompilation: no Packaged: 2026-06-30 13:19:45 UTC; root Author: Shu Fai Cheung [aut, cre] (ORCID: ) Maintainer: Shu Fai Cheung