maicplus
Matching Adjusted Indirect Comparison
v0.1.2
·
Feb 21, 2025
·
Apache License 2.0
Description
Facilitates performing matching adjusted indirect comparison (MAIC) analysis where the endpoint of interest is either time-to-event (e.g. overall survival) or binary (e.g. objective tumor response). The method is described by Signorovitch et al (2012) <doi:10.1016/j.jval.2012.05.004>.
Downloads
398
Last 30 days
10303rd
1.1K
Last 90 days
4.3K
Last year
Trend: +46.9% (30d vs prior 30d)
CRAN Check Status
13
OK
Show all 13 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-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 13 OK · 0 NOTE · 0 WARNING · 0 ERROR · 0 FAILURE Jun 9, 2026
ERROR 12 OK · 0 NOTE · 0 WARNING · 1 ERROR · 0 FAILURE Jun 8, 2026
ERROR
r-devel-linux-x86_64-debian-gcc
examples
Running examples in ‘maicplus-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: basic_kmplot2
> ### Title: Basic Kaplan Meier (KM) plot function using ggplot
> ### Aliases: basic_km
...[truncated]...
-log"
+ )
>
> kmlist <- list(kmobj_A = kmobj_A, kmobj_B = kmobj_B)
> kmlist_name <- c("A", "B")
>
> basic_kmplot2(kmlist, kmlist_name)
Error in basic_kmplot2(kmlist, kmlist_name) :
survminer package is required for this function
Execution halted