{
  "_id": "6a1c07f31d7bb097a0a2befa",
  "Package": "lboxcox",
  "Type": "Package",
  "Title": "Implementation of Logistic Box-Cox Regression",
  "Version": "1.2",
  "Date": "2023-12-12",
  "Authors@R": "c(\nperson(\"Li\", \"Xing\", email=\"sfulxing@gmail.com\", role=c(\"cre\", \"aut\")),\nperson(\"Shiyu\", \"Xu\", role=\"aut\"),\nperson(\"Jing\", \"Wang\", role=\"aut\"),\nperson(\"Kohlton\", \"Booth\", email=\"booth.kohl@gmail.com\", role=\"aut\"),\nperson(\"Xuekui\", \"Zhang\", role=\"aut\"),\nperson(\"Igor\", \"Burstyn\", role=\"aut\"),\nperson(\"Paul\", \"Gustafson\", role=\"aut\"))",
  "Maintainer": "Li Xing <sfulxing@gmail.com>",
  "Description": "Implements a logistic box-cox model. This model is fully\ndescribed in Xing, L. et al. (2021) <doi:10.1002/cjs.11587>.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "LazyData": "true",
  "RoxygenNote": "7.2.3",
  "VignetteBuilder": "knitr",
  "Config/testthat/edition": "3",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-31 10:02:03 UTC",
    "User": "root"
  },
  "Author": "Li Xing [cre, aut], Shiyu Xu [aut], Jing Wang [aut], Kohlton\nBooth [aut], Xuekui Zhang [aut], Igor Burstyn [aut], Paul\nGustafson [aut]",
  "Config/pak/sysreqs": "make",
  "Repository": "https://ubclxing.r-universe.dev",
  "Date/Publication": "2023-12-16 02:37:11 UTC",
  "RemoteUrl": "https://github.com/cran/lboxcox",
  "RemoteRef": "HEAD",
  "RemoteSha": "88d264c6af24f6e0a2629301851f7b0731265912",
  "MD5sum": "bdf1560981e3fead3a731d10d91f818b",
  "_user": "ubclxing",
  "_type": "src",
  "_file": "lboxcox_1.2.tar.gz",
  "_fileid": "feaadb19f237b1596c58294169b68aecc13e72de142d6a92c66745af2e587418",
  "_filesize": 208940,
  "_sha256": "feaadb19f237b1596c58294169b68aecc13e72de142d6a92c66745af2e587418",
  "_created": "2026-05-31T10:02:03.000Z",
  "_published": "2026-05-31T10:05:39.667Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78717221674,
      "time": 126,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7315820571"
    },
    {
      "job": 78717221670,
      "time": 161,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315823986"
    },
    {
      "job": 78717221669,
      "time": 173,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7315822929"
    },
    {
      "job": 78717221693,
      "time": 183,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315822504"
    },
    {
      "job": 78717032570,
      "time": 181,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315807279"
    },
    {
      "job": 78717221661,
      "time": 128,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315820669"
    },
    {
      "job": 78717221680,
      "time": 131,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7315821133"
    },
    {
      "job": 78717221690,
      "time": 109,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7315818916"
    },
    {
      "job": 78717221689,
      "time": 108,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7315818979"
    }
  ],
  "_buildurl": "https://github.com/r-universe/ubclxing/actions/runs/26709525190",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/cran/lboxcox",
  "_commit": {
    "id": "88d264c6af24f6e0a2629301851f7b0731265912",
    "author": "Li Xing <sfulxing@gmail.com>",
    "committer": "cran-robot <csardi.gabor+cran@gmail.com>",
    "message": "version 1.2\n",
    "time": 1702694231
  },
  "_maintainer": {
    "name": "Li Xing",
    "email": "sfulxing@gmail.com"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.50",
      "role": "Depends"
    },
    {
      "package": "survey",
      "role": "Imports"
    },
    {
      "package": "maxLik",
      "role": "Imports"
    },
    {
      "package": "doParallel",
      "role": "Imports"
    },
    {
      "package": "foreach",
      "role": "Imports"
    },
    {
      "package": "MASS",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "R.utils",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "cran",
  "_selfowned": false,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 0,
  "_userbio": {
    "uuid": 47678668,
    "type": "user",
    "name": "Li Xing"
  },
  "_downloads": {
    "count": 170,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/lboxcox"
  },
  "_searchresults": 5,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/lboxcox.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_realowner": "ubclxing",
  "_cranurl": false,
  "_releases": [
    {
      "version": "1.0",
      "date": "2022-01-27"
    },
    {
      "version": "1.1",
      "date": "2022-08-30"
    },
    {
      "version": "1.2",
      "date": "2023-12-16"
    }
  ],
  "_exports": [
    "box_cox_new",
    "lbc_maxlik",
    "lbc_train",
    "lboxcox_maxLik.predict",
    "LogLikeFun",
    "LogLikeFun_new",
    "median_effect",
    "ScoreFun",
    "ScoreFun_new",
    "svyglm_ms"
  ],
  "_datasets": [
    {
      "name": "depress",
      "title": "Depression dataset",
      "object": "depress",
      "class": [
        "data.frame"
      ],
      "fields": [
        "depression",
        "mercury",
        "age",
        "gender",
        "weight"
      ],
      "rows": 8893,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "box_cox_new",
      "title": "Box-Cox transform",
      "topics": [
        "box_cox_new"
      ]
    },
    {
      "page": "depress",
      "title": "Depression dataset",
      "topics": [
        "depress"
      ]
    },
    {
      "page": "lbc_maxlik",
      "title": "Train a Logistic Box-Cox model using MaxLik",
      "topics": [
        "lbc_maxlik"
      ]
    },
    {
      "page": "lbc_train",
      "title": "Train a Logistic Box-Cox model",
      "topics": [
        "lbc_train"
      ]
    },
    {
      "page": "lboxcox_maxLik.predict",
      "title": "Lboxcox MaxLik Prediction Function",
      "topics": [
        "lboxcox_maxLik.predict"
      ]
    },
    {
      "page": "LogLikeFun",
      "title": "Log Likelihood of Logistic Box-Cox",
      "topics": [
        "LogLikeFun"
      ]
    },
    {
      "page": "LogLikeFun_new",
      "title": "New Log Likelihood of Logistic Box-Cox",
      "topics": [
        "LogLikeFun_new"
      ]
    },
    {
      "page": "median_effect",
      "title": "Calculates the \"slope\" of the Logistic Box-Cox model",
      "topics": [
        "median_effect"
      ]
    },
    {
      "page": "ScoreFun",
      "title": "Log Likelihood Gradient of Logistic Box-Cox",
      "topics": [
        "ScoreFun"
      ]
    },
    {
      "page": "ScoreFun_new",
      "title": "New Log Likelihood Gradient of Logistic Box-Cox",
      "topics": [
        "ScoreFun_new"
      ]
    },
    {
      "page": "svyglm_ms",
      "title": "Svyglm of MaxLik_ms",
      "topics": [
        "svyglm_ms"
      ]
    }
  ],
  "_readme": "https://github.com/cran/lboxcox/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "codetools",
    "DBI",
    "digest",
    "doParallel",
    "dplyr",
    "foreach",
    "generics",
    "glue",
    "iterators",
    "lattice",
    "lifecycle",
    "magrittr",
    "MASS",
    "Matrix",
    "maxLik",
    "minqa",
    "miscTools",
    "mitools",
    "numDeriv",
    "pillar",
    "pkgconfig",
    "R.methodsS3",
    "R.oo",
    "R.utils",
    "R6",
    "Rcpp",
    "RcppArmadillo",
    "rlang",
    "sandwich",
    "survey",
    "survival",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr",
    "zoo"
  ],
  "_vignettes": [
    {
      "source": "lboxcox_train.Rmd",
      "filename": "lboxcox_train.html",
      "title": "lboxcox: an R package for the logistic Box-Cox model",
      "author": "Li Xing, Shiyu Xu, Jing Wang, Kohlton Booth, Xuekui Zhang, Igor Burstyn, Paul Gustafson",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Introduction",
        "Data Example",
        "MaxLik model",
        "Citations"
      ],
      "created": "2022-01-27 18:50:02",
      "modified": "2023-12-16 02:37:11",
      "commits": 2
    }
  ],
  "_score": 2.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "lboxcox",
  "_universes": [
    "ubclxing"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.2",
      "date": "2026-05-31T10:04:02.000Z",
      "distro": "noble",
      "commit": "88d264c6af24f6e0a2629301851f7b0731265912",
      "fileid": "3f64791c1cbdeacae7ec30520d860848138a9b540bd5ab52b86547653c26e7bd",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ubclxing/actions/runs/26709525190"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.2",
      "date": "2026-05-31T10:04:28.000Z",
      "distro": "noble",
      "commit": "88d264c6af24f6e0a2629301851f7b0731265912",
      "fileid": "fc18a516f7dcc4b8df8bb55916c6c040667f61e944b9c757effa44840e0e5582",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ubclxing/actions/runs/26709525190"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.2",
      "date": "2026-05-31T10:04:27.000Z",
      "commit": "88d264c6af24f6e0a2629301851f7b0731265912",
      "fileid": "09faea62d61d9287f279511ce1f983bfa87ee79ae3c26c8d1cf2a20657d6cd7a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ubclxing/actions/runs/26709525190"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.2",
      "date": "2026-05-31T10:04:19.000Z",
      "commit": "88d264c6af24f6e0a2629301851f7b0731265912",
      "fileid": "007d4d91a3c8e4850bf2d54313546cd11db0fa113d4a6a99bfb6c4e336014870",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ubclxing/actions/runs/26709525190"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.2",
      "date": "2026-05-31T10:04:29.000Z",
      "commit": "88d264c6af24f6e0a2629301851f7b0731265912",
      "fileid": "926acceecc0338b2357d59d5c3b0f64f70326fd50d8823db3473e92b6608b575",
      "status": "success",
      "buildurl": "https://github.com/r-universe/ubclxing/actions/runs/26709525190"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.2",
      "date": "2026-05-31T10:03:39.000Z",
      "commit": "88d264c6af24f6e0a2629301851f7b0731265912",
      "fileid": "d840a68049f25e5b5fcd970b55b4323f739e3dae6232a9a8fbf8d50bcf7b0938",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ubclxing/actions/runs/26709525190"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.2",
      "date": "2026-05-31T10:03:25.000Z",
      "commit": "88d264c6af24f6e0a2629301851f7b0731265912",
      "fileid": "007f4ec0d8ebcfee9e5cb790ee0ec03d9024bf30062a76e73afc8772c0bcb447",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ubclxing/actions/runs/26709525190"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.2",
      "date": "2026-05-31T10:03:25.000Z",
      "commit": "88d264c6af24f6e0a2629301851f7b0731265912",
      "fileid": "a9d0ede64c5f039f7bb562ee2d9f2750ce5d13633b3b972ab86f801b64876027",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/ubclxing/actions/runs/26709525190"
    }
  ]
}