Skip to content

lboxcox

Implementation of Logistic Box-Cox Regression

v1.2 · Dec 15, 2023 · GPL-3

Description

Implements a logistic box-cox model. This model is fully described in Xing, L. et al. (2021) <doi:10.1002/cjs.11587>.

Downloads

268

Last 30 days

15973rd

671

Last 90 days

2.6K

Last year

Trend: +34.7% (30d vs prior 30d)

CRAN Check Status

14 OK
Show all 14 flavors
Flavor Status
r-devel-linux-x86_64-debian-clang OK
r-devel-linux-x86_64-debian-gcc OK
r-devel-linux-x86_64-fedora-clang OK
r-devel-linux-x86_64-fedora-gcc OK
r-devel-macos-arm64 OK
r-devel-windows-x86_64 OK
r-oldrel-macos-arm64 OK
r-oldrel-macos-x86_64 OK
r-oldrel-windows-x86_64 OK
r-patched-linux-x86_64 OK
r-release-linux-x86_64 OK
r-release-macos-arm64 OK
r-release-macos-x86_64 OK
r-release-windows-x86_64 OK

Check History

OK 14 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Mar 30, 2026
ERROR 13 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Mar 10, 2026
ERROR r-devel-macos-arm64

tests

Running ‘testthat.R’ [1s/1s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
  > library(testthat)
  > library(lboxcox)
  > 
  > test_check("lboxcox")
  
   *** caught segfault ***
  address 0x110, cause 'invalid permissions'
  
   *
...[truncated]...

Dependency Network

Dependencies Reverse dependencies survey maxLik doParallel foreach MASS dplyr R.utils lboxcox

Version History

new 1.2 Mar 10, 2026
updated 1.2 ← 1.1 diff Dec 15, 2023
updated 1.1 ← 1.0 diff Aug 29, 2022
new 1.0 Jan 26, 2022