{
  "_id": "6a1048f8acfb0bcc41c9f5b7",
  "Package": "lmhelprs",
  "Title": "Helper Functions for Linear Model Analysis",
  "Version": "0.4.4",
  "Authors@R": "c(person(given = \"Shu Fai\",\nfamily = \"Cheung\",\nrole = c(\"aut\", \"cre\"),\nemail = \"shufai.cheung@gmail.com\",\ncomment = c(ORCID = \"0000-0002-9871-9448\")))",
  "Description": "A collection of helper functions for multiple regression\nmodels fitted by lm(). Most of them are simple functions for\nsimple tasks which can be done with coding, but may not be easy\nfor occasional users of R. Most of the tasks addressed are\nthose sometimes needed when using the 'manymome' package\n(Cheung and Cheung, 2023, <doi:10.3758/s13428-023-02224-z>) and\n'stdmod' package (Cheung, Cheung, Lau, Hui, and Vong, 2022,\n<doi:10.1037/hea0001188>). However, they can also be used in\nother scenarios.",
  "URL": "https://sfcheung.github.io/lmhelprs/",
  "BugReports": "https://github.com/sfcheung/lmhelprs/issues",
  "License": "GPL (>= 3)",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "VignetteBuilder": "knitr",
  "LazyData": "true",
  "Repository": "https://sfcheung.r-universe.dev",
  "Date/Publication": "2026-03-11 14:26:59 UTC",
  "RemoteUrl": "https://github.com/sfcheung/lmhelprs",
  "RemoteRef": "HEAD",
  "RemoteSha": "872cf7de5902e1b1c0d78966ca83cb33c24071d9",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-10 08:50:48 UTC",
    "User": "root"
  },
  "Author": "Shu Fai Cheung [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-9871-9448>)",
  "Maintainer": "Shu Fai Cheung <shufai.cheung@gmail.com>",
  "MD5sum": "3c0e286de02b99dafe700fcfb4bd26d8",
  "_user": "sfcheung",
  "_type": "src",
  "_file": "lmhelprs_0.4.4.tar.gz",
  "_fileid": "15578febb1911f1ad3f9bd3070119d17173c7b37321f2b58db6b7156a7f930c3",
  "_filesize": 562907,
  "_sha256": "15578febb1911f1ad3f9bd3070119d17173c7b37321f2b58db6b7156a7f930c3",
  "_created": "2026-05-10T08:50:48.000Z",
  "_published": "2026-05-22T12:15:52.036Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77377330348,
      "time": 156,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6902459694"
    },
    {
      "job": 77377330710,
      "time": 150,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902459674"
    },
    {
      "job": 77377331249,
      "time": 116,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6902563602"
    },
    {
      "job": 77377330936,
      "time": 139,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902569978"
    },
    {
      "job": 77377330140,
      "time": 214,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902443434"
    },
    {
      "job": 77377329883,
      "time": 137,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7160230369"
    },
    {
      "job": 77377330391,
      "time": 141,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6902458921"
    },
    {
      "job": 77377330864,
      "time": 111,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6902455171"
    },
    {
      "job": 77377330638,
      "time": 99,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902453892"
    }
  ],
  "_buildurl": "https://github.com/r-universe/sfcheung/actions/runs/25624405503",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/sfcheung/lmhelprs",
  "_commit": {
    "id": "872cf7de5902e1b1c0d78966ca83cb33c24071d9",
    "author": "Shu Fai Cheung <shufai.cheung@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #24 from sfcheung/devel\n\n0.4.4",
    "time": 1773239219
  },
  "_maintainer": {
    "name": "Shu Fai Cheung",
    "email": "shufai.cheung@gmail.com",
    "login": "sfcheung",
    "linkedin": "in/shufaicheung",
    "twitter": "@blogonresearch",
    "uuid": 7019263,
    "orcid": "0000-0002-9871-9448"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 2.10",
      "role": "Depends"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "tinytest",
      "role": "Suggests"
    },
    {
      "package": "semPlot",
      "role": "Suggests"
    }
  ],
  "_owner": "sfcheung",
  "_selfowned": true,
  "_usedby": 6,
  "_updates": [
    {
      "week": "2026-11",
      "n": 1
    }
  ],
  "_tags": [],
  "_topics": [
    "regression-models"
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "sfcheung",
      "count": 71,
      "uuid": 7019263
    }
  ],
  "_userbio": {
    "uuid": 7019263,
    "type": "user",
    "name": "Shu Fai Cheung"
  },
  "_downloads": {
    "count": 941,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/lmhelprs"
  },
  "_devurl": "https://github.com/sfcheung/lmhelprs",
  "_pkgdown": "https://sfcheung.github.io/lmhelprs/",
  "_searchresults": 17,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/lmhelprs.html",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/sfcheung/lmhelprs",
  "_realowner": "sfcheung",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2.0",
      "date": "2023-10-30"
    },
    {
      "version": "0.3.0",
      "date": "2024-02-18"
    },
    {
      "version": "0.4.0",
      "date": "2024-10-15"
    },
    {
      "version": "0.4.3",
      "date": "2025-05-04"
    },
    {
      "version": "0.4.4",
      "date": "2026-03-10"
    }
  ],
  "_exports": [
    "hierarchical",
    "hierarchical_lm",
    "highest_order",
    "lm_list_to_partable",
    "many_lm",
    "test_highest"
  ],
  "_datasets": [
    {
      "name": "data_test1",
      "title": "Sample Data: For Testing",
      "object": "data_test1",
      "class": [
        "data.frame"
      ],
      "fields": [
        "x1",
        "x2",
        "x3",
        "x4",
        "x5",
        "y",
        "cat1",
        "cat2"
      ],
      "rows": 100,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "data_test1",
      "title": "Sample Data: For Testing",
      "topics": [
        "data_test1"
      ]
    },
    {
      "page": "hierarchical",
      "title": "Check Models Hierarchy",
      "topics": [
        "hierarchical"
      ]
    },
    {
      "page": "hierarchical_lm",
      "title": "Hierarchical Regression Analysis",
      "topics": [
        "hierarchical_lm"
      ]
    },
    {
      "page": "lm_list_to_partable",
      "title": "Convert a 'lm_list' Object To a Parameter Table",
      "topics": [
        "lm_list_to_partable"
      ]
    },
    {
      "page": "many_lm",
      "title": "Fit Linear Models Defined By Model Syntax",
      "topics": [
        "many_lm"
      ]
    },
    {
      "page": "print.hierarchical_lm",
      "title": "Print a 'hierarchial_lm' Class Object",
      "topics": [
        "print.hierarchical_lm"
      ]
    },
    {
      "page": "print.lm_list_lmhelprs",
      "title": "Print an 'lm_list_lmhelprs'-Class Object",
      "topics": [
        "print.lm_list_lmhelprs"
      ]
    },
    {
      "page": "summary.lm_list_lmhelprs",
      "title": "Summary of an 'lm_list_lmhelprs'-Class Object",
      "topics": [
        "print.summary_lm_list_lmhelprs",
        "summary.lm_list_lmhelprs"
      ]
    },
    {
      "page": "test_highest",
      "title": "Test the Highest Order Term by ANOVA",
      "topics": [
        "highest_order",
        "test_highest"
      ]
    }
  ],
  "_pkglogo": "https://github.com/sfcheung/lmhelprs/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/sfcheung/lmhelprs/raw/HEAD/README.md",
  "_rundeps": [],
  "_vignettes": [
    {
      "source": "lmhelprs.Rmd",
      "filename": "lmhelprs.html",
      "title": "lmhelprs",
      "author": "Shu Fai Cheung",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Hierarchical Regression Analysis",
        "Test The Highest Order Term",
        "Issues"
      ],
      "created": "2023-10-29 00:36:27",
      "modified": "2023-10-29 09:34:37",
      "commits": 2
    }
  ],
  "_score": 5.184691430817599,
  "_indexed": true,
  "_nocasepkg": "lmhelprs",
  "_universes": [
    "sfcheung"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.4.4",
      "date": "2026-05-10T08:53:20.000Z",
      "distro": "noble",
      "commit": "872cf7de5902e1b1c0d78966ca83cb33c24071d9",
      "fileid": "0959df8357bc9baa8793a02a1625c2b5d9110fdec079e24d14494fae5ec9f375",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sfcheung/actions/runs/25624405503"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.4.4",
      "date": "2026-05-10T08:53:21.000Z",
      "distro": "noble",
      "commit": "872cf7de5902e1b1c0d78966ca83cb33c24071d9",
      "fileid": "d049035554bd6464c161ea097f3ded7766806b09725572e6524506f007e25ac4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sfcheung/actions/runs/25624405503"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.4.4",
      "date": "2026-05-10T09:11:20.000Z",
      "commit": "872cf7de5902e1b1c0d78966ca83cb33c24071d9",
      "fileid": "55b9a540b996c4b80b28914cb21267e7ab5a35c68ffa29d8579cc9af41ceccc3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sfcheung/actions/runs/25624405503"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.4.4",
      "date": "2026-05-10T09:12:28.000Z",
      "commit": "872cf7de5902e1b1c0d78966ca83cb33c24071d9",
      "fileid": "4a4031a2bd82d57f1f815e02e0b9aa617ae1e18ea58ba900df9e573792bec1c3",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sfcheung/actions/runs/25624405503"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.4.4",
      "date": "2026-05-10T08:53:11.000Z",
      "commit": "872cf7de5902e1b1c0d78966ca83cb33c24071d9",
      "fileid": "1f06e29237221d2173c9a75afc0c9d2b2f3c570acaac72c95ea3a82b2302eb47",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sfcheung/actions/runs/25624405503"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.4.4",
      "date": "2026-05-10T08:52:32.000Z",
      "commit": "872cf7de5902e1b1c0d78966ca83cb33c24071d9",
      "fileid": "201831ec56d1ead72f4ffff3ef2626e3789f926dc3106e8d740a8d1eff6521bf",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sfcheung/actions/runs/25624405503"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.4.4",
      "date": "2026-05-10T08:52:20.000Z",
      "commit": "872cf7de5902e1b1c0d78966ca83cb33c24071d9",
      "fileid": "6a4b43625efffe0bc2a8d64f36e4674db561b885564d7e1b84947c95531221b9",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/sfcheung/actions/runs/25624405503"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.4.4",
      "date": "2026-05-22T12:15:29.000Z",
      "commit": "872cf7de5902e1b1c0d78966ca83cb33c24071d9",
      "fileid": "1431d8516b683467aca81225120d0f6be97fe620c849b027d156447d1289ee9a",
      "status": "success",
      "buildurl": "https://github.com/r-universe/sfcheung/actions/runs/25624405503"
    }
  ]
}