survival-internal          package:survival          R Documentation

_I_n_t_e_r_n_a_l _s_u_r_v_i_v_a_l _f_u_n_c_t_i_o_n_s

_D_e_s_c_r_i_p_t_i_o_n:

     Internal survival functions

_U_s_a_g_e:

     survreg.fit(x, y, weights, offset, init, controlvals, dist, scale = 0,
         nstrat = 1, strata, parms = NULL)
     survpenal.fit(x, y, weights, offset, init, controlvals, dist, scale = 0,
         nstrat = 1, strata, pcols, pattr, assign, parms = NULL)
     survdiff.fit(y, x, strat, rho = 0)
     is.category(x)
     match.ratetable(R, ratetable)
     ## S3 method for class 'ratetable':
     as.matrix(x, ...)
     is.na.ratetable2(x)
     is.na.coxph.penalty(x)
     model.newframe(object, newdata, safe = FALSE, response = FALSE, ...)
     ## S3 method for class 'difftime':
     as.data.frame(x, row.names = NULL, optional = FALSE,...)
     coxpenal.df(hmat, hinv, fdiag, assign.list, ptype, nvar, pen1,
         pen2, sparse)
     coxpenal.fit(x, y, strata, offset, init, control, weights, method,
         rownames, pcols, pattr, assign)
     coxph.fit(x, y, strata, offset, init, control, weights, method,
         rownames)
     coxph.wtest(var, b, toler.chol = 1e-09)
     agreg.fit(x, y, strata, offset, init, control, weights, method,
         rownames)
     agexact.fit(x, y, strata, offset, init, control, weights, method,
         rownames) 

_D_e_t_a_i_l_s:

     These are not to be called by the user

