search for: coxfit5_c

Displaying 1 result from an estimated 1 matches for "coxfit5_c".

Did you mean: coxfit5_a
2013 Feb 22
1
Registering native routines
I'm working on registering all the routines in the survival package, per a request from R-core. Two questions: 1. In the coxph routine I have this type of structure: if (survival has 2 columns) routines <- c("coxfit5_a", "coxfit5_b", "coxfit5_c") else routines <- c("agfit5_a", "agfit5_b", "agfit5_c") ..... .C(routines[1], arg1, etc I tried replacing "routines" with a vector of native symbol references, but it doesn't work Error in .C(routines[1], a...