Nothing
### 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
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.