Displaying 1 result from an estimated 1 matches for "rpfit".
Did you mean:
refit
2008 May 28
1
calling C function from R
Hi,
I am reading the source code of rpart. I have problems understand the following code and would appreciate for any helps. In rpart.s, there is a line:
rpfit <- .C(C_s_to_rp,
n = as.integer(nobs),
nvarx = as.integer(nvar),
...