Displaying 1 result from an estimated 1 matches for "grpidx".
Did you mean:
grpid
2004 Jun 22
2
function not in load table
...nad alpha1 - factors (float)
In the R function wy.grps(...) the C function is called by using the
statement
result <- .C("wy_grps_R",
as.double(X),
as.integer(n1),
as.integer(n2),
as.integer(p),
as.integer(unlist(grpidx)),
as.integer(grplen),
as.integer(grpnum),
as.character(WYFUN),
as.double(alpha2),
as.character(MINMAXFUN),
WYdist=double(nres),
as.integer(nres),
test.value=double(grpnum),...