R/nobs.CauseSpecificCox.R

Defines functions nobs.CauseSpecificCox

### nobs.R --- 
##----------------------------------------------------------------------
## Author: Brice Ozenne
## Created: apr 21 2020 (11:10) 
## Version: 
## Last-Updated: May 14 2025 (08:52) 
##           By: Thomas Alexander Gerds
##     Update #: 16
##----------------------------------------------------------------------
## 
### Commentary: 
## 
### Change Log:
##----------------------------------------------------------------------
## 
### Code:

##' @method nobs CauseSpecificCox 
##' @export
nobs.CauseSpecificCox <- function(object,...){
    return(NROW(object$response))
}


##----------------------------------------------------------------------
### nobs.R ends here

Try the riskRegression package in your browser

Any scripts or data that you put into this service are public.

riskRegression documentation built on June 8, 2025, 11:33 a.m.