Description
A Two-Stage Estimation Approach to Cox Regression Using M-Spline Function.
Description
Implements a two-stage estimation approach for Cox regression using five-parameter M-spline functions to model the baseline hazard. It allows for flexible hazard shapes and model selection based on log-likelihood criteria.
README.md
splineCox
The goal of splineCox is to ...
Installation
You can install the development version of splineCox from GitHub with:
# install.packages("pak")
pak::pak("Ren1227/splineCox")
Example
This is a basic example which shows you how to solve a common problem:
library(splineCox)
## basic example code