Nothing
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393
c_assert_prob_matrix <- function(x, type = "surv") {
.Call(`_survdistr_c_assert_prob_matrix`, x, type)
}
c_clamp_surv <- function(surv, eps = 1e-12, tol = 1e-10) {
.Call(`_survdistr_c_clamp_surv`, surv, eps, tol)
}
c_interp_cif_mat <- function(x, times, eval_times) {
.Call(`_survdistr_c_interp_cif_mat`, x, times, eval_times)
}
c_interp_density_mat <- function(x, times, eval_times, method = "const_surv") {
.Call(`_survdistr_c_interp_density_mat`, x, times, eval_times, method)
}
c_interp_hazard_mat <- function(x, times, eval_times, method = "const_surv") {
.Call(`_survdistr_c_interp_hazard_mat`, x, times, eval_times, method)
}
c_interp_surv_mat <- function(x, times, eval_times, method = "const_surv") {
.Call(`_survdistr_c_interp_surv_mat`, x, times, eval_times, method)
}
c_disc_dens_to_surv_mat <- function(x) {
.Call(`_survdistr_c_disc_dens_to_surv_mat`, x)
}
c_disc_haz_to_surv_mat <- function(x) {
.Call(`_survdistr_c_disc_haz_to_surv_mat`, x)
}
c_cont_dens_to_surv_mat <- function(x, times, trapezoid = TRUE) {
.Call(`_survdistr_c_cont_dens_to_surv_mat`, x, times, trapezoid)
}
c_cont_haz_to_surv_mat <- function(x, times, trapezoid = TRUE) {
.Call(`_survdistr_c_cont_haz_to_surv_mat`, x, times, trapezoid)
}
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.