Displaying 1 result from an estimated 1 matches for "agfit5_a".
Did you mean:
agfit5_b
2013 Feb 22
1
Registering native routines
...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], as.integer(n), as.integer(nvar), as.double(y), :
first argument must b...