R/CDF.R

Defines functions CDF

Documented in CDF

CDF <- function(c, density){
     resultCFD <- integrate(density, lower = c, upper = Inf)$value
     return(resultCFD)
}









#

Try the SurvRegCensCov package in your browser

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

SurvRegCensCov documentation built on Sept. 27, 2023, 5:09 p.m.